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