| Package | Description |
|---|---|
| org.openimaj.ml.clustering.assignment.hard | |
| org.openimaj.ml.clustering.assignment.soft | |
| 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 HierarchicalFloatKMeansResult |
HierarchicalFloatHardAssigner.result |
| Constructor and Description |
|---|
HierarchicalFloatHardAssigner(HierarchicalFloatKMeansResult result)
Construct with the given Hierarchical KMeans clusterer
and the SUM scoring scheme.
|
HierarchicalFloatHardAssigner(HierarchicalFloatKMeansResult result,
HierarchicalFloatHardAssigner.ScoringScheme scorer)
Construct with the given hierarchical KMeans clusterer
and scoring scheme.
|
| Modifier and Type | Field and Description |
|---|---|
protected HierarchicalFloatKMeansResult |
HierarchicalFloatPathAssigner.result |
| Constructor and Description |
|---|
HierarchicalFloatPathAssigner(HierarchicalFloatKMeansResult result)
Construct with the given
HierarchicalFloatKMeansResult instance. |
| Modifier and Type | Method and Description |
|---|---|
HierarchicalFloatKMeansResult |
HierarchicalFloatKMeans.cluster(DataSource<float[]> data) |
HierarchicalFloatKMeansResult |
HierarchicalFloatKMeans.cluster(float[][] data) |