public class ClusteringAlgorithmUtil extends Object
Constructor and Description |
---|
ClusteringAlgorithmUtil() |
Modifier and Type | Method and Description |
---|---|
static ArrayModifiableDBIDs[] |
partitionsFromIntegerLabels(DBIDs ids,
IntegerDataStore assignment,
int k)
Collect clusters from their [0;k-1] integer labels.
|
public static ArrayModifiableDBIDs[] partitionsFromIntegerLabels(DBIDs ids, IntegerDataStore assignment, int k)
ids
- Objectsassignment
- Cluster assignmentk
- Number of labels (must be labeled 0 to k-1)Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.