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 HierarchicalIntKMeansResult |
HierarchicalIntHardAssigner.result |
Constructor and Description |
---|
HierarchicalIntHardAssigner(HierarchicalIntKMeansResult result)
Construct with the given Hierarchical KMeans clusterer
and the SUM scoring scheme.
|
HierarchicalIntHardAssigner(HierarchicalIntKMeansResult result,
HierarchicalIntHardAssigner.ScoringScheme scorer)
Construct with the given hierarchical KMeans clusterer
and scoring scheme.
|
Modifier and Type | Field and Description |
---|---|
protected HierarchicalIntKMeansResult |
HierarchicalIntPathAssigner.result |
Constructor and Description |
---|
HierarchicalIntPathAssigner(HierarchicalIntKMeansResult result)
Construct with the given
HierarchicalIntKMeansResult instance. |
Modifier and Type | Method and Description |
---|---|
HierarchicalIntKMeansResult |
HierarchicalIntKMeans.cluster(DataSource<int[]> data) |
HierarchicalIntKMeansResult |
HierarchicalIntKMeans.cluster(int[][] data) |