private static class PROCLUS.PROCLUSCluster
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) double[] | 
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 | 
|---|
PROCLUSCluster(ModifiableDBIDs objectIDs,
              long[] dimensions,
              double[] centroid)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long[] | 
getDimensions()
Returns the correlated dimensions of this cluster as BitSet. 
 | 
java.lang.String | 
toString()  | 
ModifiableDBIDs objectIDs
long[] dimensions
double[] centroid
public PROCLUSCluster(ModifiableDBIDs objectIDs, long[] dimensions, double[] centroid)
objectIDs - the ids of the objects belonging to this clusterdimensions - the correlated dimensions of this clustercentroid - the centroid of this clusterCopyright © 2019 ELKI Development Team. License information.