de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
Class ORCLUS.ProjectedEnergy
java.lang.Object
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.ProjectedEnergy
- All Implemented Interfaces:
- Comparable<ORCLUS.ProjectedEnergy>
- Enclosing class:
- ORCLUS<V extends NumberVector<V,?>>
private final class ORCLUS.ProjectedEnergy
- extends Object
- implements Comparable<ORCLUS.ProjectedEnergy>
Encapsulates the projected energy for a cluster.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
int i
j
int j
cluster
ORCLUS.ORCLUSCluster cluster
projectedEnergy
DoubleDistance projectedEnergy
ORCLUS.ProjectedEnergy
ORCLUS.ProjectedEnergy(int i,
int j,
ORCLUS.ORCLUSCluster cluster,
DoubleDistance projectedEnergy)
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.