| 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 | 
|---|---|
IntKMeans.Result | 
IntKMeans.cluster(DataSource<int[]> ds)  | 
protected IntKMeans.Result | 
IntKMeans.cluster(DataSource<int[]> data,
       int K)
Initiate clustering with the given data and number of clusters. 
 | 
IntKMeans.Result | 
IntKMeans.cluster(int[][] data)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IntKMeans.cluster(DataSource<int[]> data,
       IntKMeans.Result result)
Main clustering algorithm. 
 | 
void | 
IntKMeans.cluster(int[][] data,
       IntKMeans.Result result)
Main clustering algorithm. 
 |