private class PROCLUS.PROCLUSCluster extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Vector |
centroid
The centroids of this cluster along each dimension.
|
(package private) long[] |
dimensions
The correlated dimensions of this cluster.
|
(package private) ModifiableDBIDs |
objectIDs
The ids of the objects belonging to this cluster.
|
Constructor and Description |
---|
PROCLUS.PROCLUSCluster(ModifiableDBIDs objectIDs,
long[] dimensions,
Vector centroid)
Constructor.
|
ModifiableDBIDs objectIDs
long[] dimensions
Vector centroid
public PROCLUS.PROCLUSCluster(ModifiableDBIDs objectIDs, long[] dimensions, Vector centroid)
objectIDs
- the ids of the objects belonging to this clusterdimensions
- the correlated dimensions of this clustercentroid
- the centroid of this clusterCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.