
private class PROCLUS.PROCLUSCluster extends Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) V | centroidThe centroids of this cluster along each dimension. | 
| (package private) gnu.trove.set.TIntSet | dimensionsThe correlated dimensions of this cluster. | 
| (package private) ModifiableDBIDs | objectIDsThe ids of the objects belonging to this cluster. | 
| Constructor and Description | 
|---|
| PROCLUS.PROCLUSCluster(ModifiableDBIDs objectIDs,
                      gnu.trove.set.TIntSet dimensions,
                      V centroid)Provides a new cluster with the specified parameters. | 
ModifiableDBIDs objectIDs
gnu.trove.set.TIntSet dimensions
V extends NumberVector<?> centroid
public PROCLUS.PROCLUSCluster(ModifiableDBIDs objectIDs, gnu.trove.set.TIntSet dimensions, V centroid)
objectIDs - the ids of the objects belonging to this clusterdimensions - the correlated dimensions of this clustercentroid - the centroid of this cluster