at.tuwien.ifs.somtoolbox.layers.quality
Class Spearman
java.lang.Object
at.tuwien.ifs.somtoolbox.layers.quality.Spearman
class Spearman
- extends Object
Field Summary |
private double |
coeff
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coeff
private double coeff
Spearman
public Spearman(ArrayList<Double> Dv,
ArrayList<Double> Da)
ranking
private ArrayList<Double> ranking(ArrayList<Double> vec)
- Method for getting a ranked order list of the inputvector
- Returns:
- ArrayList of the ranking of the inputvector
getR
public double getR()