net.sourceforge.cilib.util
Class EuclideanDistanceMeasure

java.lang.Object
  extended by net.sourceforge.cilib.util.MinkowskiMetric
      extended by 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

Field Summary
 
Fields inherited from class net.sourceforge.cilib.util.MinkowskiMetric
alpha
 
Constructor Summary
EuclideanDistanceMeasure()
          Create an instance of the EuclideanDistanceMeasure.
 
Method Summary
 
Methods inherited from class net.sourceforge.cilib.util.MinkowskiMetric
distance, distance, setAlpha
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EuclideanDistanceMeasure

public EuclideanDistanceMeasure()
Create an instance of the EuclideanDistanceMeasure.



Copyright © 2009 CIRG. All Rights Reserved.