| Package | Description |
|---|---|
| org.openimaj.ml.clustering.kmeans |
K-Means in OpenIMAJ is designed to be both extremely fast and flexible.
|
| org.openimaj.tools.clusterquantiser.fastkmeans |
| Modifier and Type | Method and Description |
|---|---|
static ByteKMeans |
ByteKMeans.createExact(int K)
Convenience method to quickly create an exact
ByteKMeans. |
static ByteKMeans |
ByteKMeans.createExact(int K,
int niters)
Convenience method to quickly create an exact
ByteKMeans. |
static ByteKMeans |
ByteKMeans.createKDTreeEnsemble(int K)
Convenience method to quickly create an approximate
ByteKMeans
using an ensemble of KD-Trees to perform nearest-neighbour lookup. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ByteKMeansInitialisers.Options.setClusterInit(ByteKMeans fkmb)
Initialise the clusterer
|