
private class PROCLUS.PROCLUSCluster extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) V |
centroid
The centroids of this cluster along each dimension.
|
(package private) gnu.trove.set.TIntSet |
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,
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