Package | Description |
---|---|
de.lmu.ifi.dbs.elki.distance.distancefunction.minkowski |
Minkowski space L_p norms such as the popular Euclidean and Manhattan distances.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanDistanceFunction
Provides the Euclidean distance for FeatureVectors.
|
class |
ManhattanDistanceFunction
Manhattan distance function to compute the Manhattan distance for a pair of
FeatureVectors.
|
Modifier and Type | Method and Description |
---|---|
protected LPIntegerNormDistanceFunction |
LPIntegerNormDistanceFunction.Parameterizer.makeInstance() |