Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
Class ORCLUS.ORCLUSCluster

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.ORCLUSCluster
Enclosing class:
ORCLUS<V extends RealVector<V,?>>

private final class ORCLUS.ORCLUSCluster
extends Object

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)  List<Integer> objectIDs
          The ids of the objects belonging to this cluster.
 
Constructor Summary
ORCLUS.ORCLUSCluster()
          Creates a new empty cluster.
ORCLUS.ORCLUSCluster(V o)
          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

objectIDs

List<Integer> objectIDs
The ids of the objects belonging to this cluster.


basis

Matrix basis
The matrix defining the subspace of this cluster.


centroid

V extends RealVector<V,?> centroid
The centroid of this cluster.

Constructor Detail

ORCLUS.ORCLUSCluster

ORCLUS.ORCLUSCluster()
Creates a new empty cluster.


ORCLUS.ORCLUSCluster

ORCLUS.ORCLUSCluster(V o)
Creates a new cluster containing the specified object o.

Parameters:
o - the object belonging to this cluster.

Release 0.2.1 (2009-07-13_1605)