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