Simulation Core Library

Uses of Class
org.simulator.math.QualityMeasure

Packages that use QualityMeasure
org.simulator.math Classes that contain several mathematical operations. 
 

Uses of QualityMeasure in org.simulator.math
 

Subclasses of QualityMeasure in org.simulator.math
 class EuclideanDistance
          Class for computation of the Euclidean distance of two vectors.
 class ManhattanDistance
          Class for computation of the Manhattan distance of two vectors.
 class N_Metric
          An implementation of an n-metric.
 class PearsonCorrelation
          Implementation of the Pearson correlation.
 class Relative_N_Metric
          Computes the relative distance of two vectors based on the N_Metric distance.
 class RelativeEuclideanDistance
          Class for computation of the relative Euclidean distance of two vectors.
 class RelativeManhattanDistance
          Class for computation of the relative Manhattan distance of two vectors.
 class RelativeSquaredError
          An implementation of the relative squared error with a default value to avoid division by zero.
 


Generated at March 17 2014
Version 1.4 Revision 453