net.sourceforge.cilib.util
Class ManhattanDistanceMeasure
java.lang.Object
net.sourceforge.cilib.util.MinkowskiMetric
net.sourceforge.cilib.util.ManhattanDistanceMeasure
- All Implemented Interfaces:
- DistanceMeasure
public class ManhattanDistanceMeasure
- extends MinkowskiMetric
Manhattan Distance is a special case of the Minkowski Metric
with 'alpha' := 1.
- Author:
- Theuns Cloete
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManhattanDistanceMeasure
public ManhattanDistanceMeasure()
- Create an instance of the ManhattanDistanceMeasure.
Copyright © 2009 CIRG. All Rights Reserved.