org.simulator.math
Class RelativeManhattanDistance
java.lang.Object
  
org.simulator.math.QualityMeasure
      
org.simulator.math.Relative_N_Metric
          
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
 
 
 
 
 
| 
Method Summary | 
 void | 
setRoot(double root)
 
          Sets the root | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RelativeManhattanDistance
public RelativeManhattanDistance()
- Initializes a new instance.
 
setRoot
public void setRoot(double root)
- Description copied from class: 
Relative_N_Metric 
- Sets the root
- Overrides:
 setRoot in class Relative_N_Metric