at.tuwien.ifs.somtoolbox.layers.quality
Class Spearman

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.layers.quality.Spearman

 class Spearman
extends Object


Field Summary
private  double coeff
           
 
Constructor Summary
Spearman(ArrayList<Double> Dv, ArrayList<Double> Da)
           
 
Method Summary
 double getR()
           
private  ArrayList<Double> ranking(ArrayList<Double> vec)
          Method for getting a ranked order list of the inputvector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coeff

private double coeff
Constructor Detail

Spearman

public Spearman(ArrayList<Double> Dv,
                ArrayList<Double> Da)
Method Detail

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()