Package | Description |
---|---|
org.openimaj.ml.clustering.kmeans |
K-Means in OpenIMAJ is designed to be both extremely fast and flexible.
|
Modifier and Type | Field and Description |
---|---|
protected List<Operation<SphericalKMeans.IterationResult>> |
SphericalKMeans.iterationListeners |
Modifier and Type | Method and Description |
---|---|
void |
SphericalKMeans.addIterationListener(Operation<SphericalKMeans.IterationResult> op)
Add a listener that will be called before every iteration.
|