|
||||||||||
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.correlation.ORCLUS.ORCLUSCluster
private final class ORCLUS.ORCLUSCluster
Encapsulates the attributes of a cluster.
Field Summary | |
---|---|
(package private) Matrix |
basis
The matrix defining the subspace of this cluster. |
(package private) V |
centroid
The centroid of this cluster. |
(package private) ModifiableDBIDs |
objectIDs
The ids of the objects belonging to this cluster. |
Constructor Summary | |
---|---|
ORCLUS.ORCLUSCluster()
Creates a new empty cluster. |
|
ORCLUS.ORCLUSCluster(V o,
DBID id,
V factory)
Creates a new cluster containing the specified object o. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ModifiableDBIDs objectIDs
Matrix basis
V extends NumberVector<V,?> centroid
Constructor Detail |
---|
ORCLUS.ORCLUSCluster()
ORCLUS.ORCLUSCluster(V o, DBID id, V factory)
o
- the object belonging to this cluster.factory
- Factory object / prototype
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |