org.simulator.math
Class RelativeManhattanDistance

java.lang.Object
  extended by org.simulator.math.QualityMeasure
      extended by org.simulator.math.Relative_N_Metric
          extended by org.simulator.math.RelativeManhattanDistance
All Implemented Interfaces:
Serializable

public class RelativeManhattanDistance
extends Relative_N_Metric

Class for computation of the relative Manhattan distance of two vectors.

Since:
1.0
Version:
$Rev: 391 $
Author:
Roland Keller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.simulator.math.Relative_N_Metric
metric
 
Fields inherited from class org.simulator.math.QualityMeasure
defaultValue, meanFunction
 
Constructor Summary
RelativeManhattanDistance()
          Initializes a new instance.
 
Method Summary
 void setRoot(double root)
          Sets the root
 
Methods inherited from class org.simulator.math.Relative_N_Metric
distance, setDefaultValue
 
Methods inherited from class org.simulator.math.QualityMeasure
distance, distance, distance, getColumnDistances, getDefaultValue, getMeanFunction, setMeanFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeManhattanDistance

public RelativeManhattanDistance()
Initializes a new instance.

Method Detail

setRoot

public void setRoot(double root)
Description copied from class: Relative_N_Metric
Sets the root

Overrides:
setRoot in class Relative_N_Metric

Generated at April 19 2013
Version 1.3 Revision 424