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