Uses of Class
org.apache.mahout.common.distance.WeightedDistanceMeasure

Packages that use WeightedDistanceMeasure
org.apache.mahout.common.distance   
 

Uses of WeightedDistanceMeasure in org.apache.mahout.common.distance
 

Subclasses of WeightedDistanceMeasure in org.apache.mahout.common.distance
 class TanimotoDistanceMeasure
          Tanimoto coefficient implementation.
 class WeightedEuclideanDistanceMeasure
          This class implements a Euclidean distance metric by summing the square root of the squared differences between each coordinate, optionally adding weights.
 class WeightedManhattanDistanceMeasure
          This class implements a "Manhattan distance" metric by summing the absolute values of the difference between each coordinate, optionally with weights.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.