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