Uses of Class
net.sourceforge.cilib.util.MinkowskiMetric

Packages that use MinkowskiMetric
net.sourceforge.cilib.util   
 

Uses of MinkowskiMetric in net.sourceforge.cilib.util
 

Subclasses of MinkowskiMetric in net.sourceforge.cilib.util
 class ChebyshevDistanceMeasure
          Chebyshev Distance is a special case of the Minkowski Metric with 'alpha' := infinity.
 class EuclideanDistanceMeasure
          Euclidean Distance is a special case of the MinkowskiMetric with alpha = 2.
 class ManhattanDistanceMeasure
          Manhattan Distance is a special case of the Minkowski Metric with 'alpha' := 1.
 



Copyright © 2009 CIRG. All Rights Reserved.