public final class ClusteringAlgorithmUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ClusteringAlgorithmUtil()
Private constructor.
|
Modifier and Type | Method and Description |
---|---|
static ArrayModifiableDBIDs[] |
partitionsFromIntegerLabels(DBIDs ids,
IntegerDataStore assignment,
int k)
Collect clusters from their [0;k-1] integer labels.
|
private ClusteringAlgorithmUtil()
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 © 2019 ELKI Development Team. License information.