|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS.PROCLUSCluster
private class PROCLUS.PROCLUSCluster
Encapsulates the attributes of a cluster.
Field Summary | |
---|---|
(package private) V |
centroid
The centroids of this cluster along each dimension. |
(package private) Set<Integer> |
dimensions
The correlated dimensions of this cluster. |
(package private) ModifiableDBIDs |
objectIDs
The ids of the objects belonging to this cluster. |
Constructor Summary | |
---|---|
PROCLUS.PROCLUSCluster(ModifiableDBIDs objectIDs,
Set<Integer> dimensions,
V centroid)
Provides a new cluster with the specified parameters. |
Method Summary | |
---|---|
BitSet |
getDimensions()
Returns the correlated dimensions of this cluster as BitSet. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
ModifiableDBIDs objectIDs
Set<Integer> dimensions
V extends NumberVector<V,?> centroid
Constructor Detail |
---|
public PROCLUS.PROCLUSCluster(ModifiableDBIDs objectIDs, Set<Integer> dimensions, V centroid)
objectIDs
- the ids of the objects belonging to this clusterdimensions
- the correlated dimensions of this clustercentroid
- the centroid of this clusterMethod Detail |
---|
public String toString()
toString
in class Object
public BitSet getDimensions()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |