|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |