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

Packages that use ORCLUS.ProjectedEnergy
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
 

Uses of ORCLUS.ProjectedEnergy in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return ORCLUS.ProjectedEnergy
private  ORCLUS.ProjectedEnergy ORCLUS.projectedEnergy(Relation<V> database, DistanceQuery<V,DoubleDistance> distFunc, ORCLUS.ORCLUSCluster c_i, ORCLUS.ORCLUSCluster c_j, int i, int j, int dim)
          Computes the projected energy of the specified clusters.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type ORCLUS.ProjectedEnergy
 int ORCLUS.ProjectedEnergy.compareTo(ORCLUS.ProjectedEnergy o)
          Compares this object with the specified object for order.
 


Release 0.4.0 (2011-09-20_1324)