Uses of Class
elki.clustering.correlation.ORCLUS.ProjectedEnergy
-
Packages that use ORCLUS.ProjectedEnergy Package Description elki.clustering.correlation Correlation clustering algorithms. -
-
Uses of ORCLUS.ProjectedEnergy in elki.clustering.correlation
Methods in elki.clustering.correlation that return ORCLUS.ProjectedEnergy Modifier and Type Method Description private ORCLUS.ProjectedEnergy
ORCLUS. projectedEnergy(Relation<? extends NumberVector> relation, ORCLUS.ORCLUSCluster c_i, ORCLUS.ORCLUSCluster c_j, int i, int j, int dim)
Computes the projected energy of the specified clusters.Methods in elki.clustering.correlation with parameters of type ORCLUS.ProjectedEnergy Modifier and Type Method Description int
ORCLUS.ProjectedEnergy. compareTo(ORCLUS.ProjectedEnergy o)
Compares this object with the specified object for order.
-