Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

private final class ORCLUS.ProjectedEnergy
extends Object
implements Comparable<ORCLUS.ProjectedEnergy>

Encapsulates the projected energy for a cluster.


Field Summary
(package private)  ORCLUS.ORCLUSCluster cluster
           
(package private)  int i
           
(package private)  int j
           
(package private)  DoubleDistance projectedEnergy
           
 
Constructor Summary
ORCLUS.ProjectedEnergy(int i, int j, ORCLUS.ORCLUSCluster cluster, DoubleDistance projectedEnergy)
           
 
Method Summary
 int compareTo(ORCLUS.ProjectedEnergy o)
          Compares this object with the specified object for order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

int i

j

int j

cluster

ORCLUS.ORCLUSCluster cluster

projectedEnergy

DoubleDistance projectedEnergy
Constructor Detail

ORCLUS.ProjectedEnergy

ORCLUS.ProjectedEnergy(int i,
                       int j,
                       ORCLUS.ORCLUSCluster cluster,
                       DoubleDistance projectedEnergy)
Method Detail

compareTo

public int compareTo(ORCLUS.ProjectedEnergy o)
Compares this object with the specified object for order.

Specified by:
compareTo in interface Comparable<ORCLUS.ProjectedEnergy>
Parameters:
o - the Object to be compared.
Returns:
a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.

Release 0.2 (2009-07-06_1820)