Package | Description |
---|---|
org.openimaj.image.segmentation | |
org.openimaj.ml.clustering.kmeans |
K-Means in OpenIMAJ is designed to be both extremely fast and flexible.
|
Modifier and Type | Field and Description |
---|---|
protected FloatKMeans |
KMColourSegmenter.kmeans |
Modifier and Type | Method and Description |
---|---|
static FloatKMeans |
FloatKMeans.createExact(int K)
Convenience method to quickly create an exact
FloatKMeans . |
static FloatKMeans |
FloatKMeans.createExact(int K,
int niters)
Convenience method to quickly create an exact
FloatKMeans . |
static FloatKMeans |
FloatKMeans.createKDTreeEnsemble(int K)
Convenience method to quickly create an approximate
FloatKMeans
using an ensemble of KD-Trees to perform nearest-neighbour lookup. |