| Package | Description |
|---|---|
| org.openimaj.ml.clustering.assignment.hard |
| Modifier and Type | Field and Description |
|---|---|
protected HierarchicalIntHardAssigner.ScoringScheme |
HierarchicalIntHardAssigner.scorer |
| Modifier and Type | Method and Description |
|---|---|
static HierarchicalIntHardAssigner.ScoringScheme |
HierarchicalIntHardAssigner.ScoringScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HierarchicalIntHardAssigner.ScoringScheme[] |
HierarchicalIntHardAssigner.ScoringScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HierarchicalIntHardAssigner(HierarchicalIntKMeansResult result,
HierarchicalIntHardAssigner.ScoringScheme scorer)
Construct with the given hierarchical KMeans clusterer
and scoring scheme.
|