Package | Description |
---|---|
de.lmu.ifi.dbs.elki.distance.distancefunction |
Distance functions for use within ELKI.
|
de.lmu.ifi.dbs.elki.distance.distancefunction.minkowski |
Minkowski space L_p norms such as the popular Euclidean and Manhattan distances.
|
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace |
Distance functions based on subspaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpatialDoubleDistanceNorm
Abstract base class for typical distance functions that allow
rectangle-to-rectangle lower bounds.
|
class |
LorentzianDistanceFunction
Lorentzian distance function for vector spaces.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanDistanceFunction
Provides the Euclidean distance for FeatureVectors.
|
class |
LPIntegerNormDistanceFunction
Provides a LP-Norm for number vectors.
|
class |
LPNormDistanceFunction
Provides a LP-Norm for FeatureVectors.
|
class |
ManhattanDistanceFunction
Manhattan distance function to compute the Manhattan distance for a pair of
FeatureVectors.
|
class |
MaximumDistanceFunction
Maximum distance function to compute the Maximum distance for a pair of
FeatureVectors.
|
class |
MinimumDistanceFunction
Maximum distance function to compute the Minimum distance for a pair of
FeatureVectors.
|
class |
SquaredEuclideanDistanceFunction
Provides the squared Euclidean distance for FeatureVectors.
|
class |
WeightedEuclideanDistanceFunction
Provides the Euclidean distance for FeatureVectors.
|
class |
WeightedLPNormDistanceFunction
Weighted version of the Minkowski L_p metrics distance function.
|
class |
WeightedManhattanDistanceFunction
Weighted version of the Minkowski L_p metrics distance function.
|
class |
WeightedMaximumDistanceFunction
Weighted version of the Minkowski L_p metrics distance function.
|
class |
WeightedSquaredEuclideanDistanceFunction
Provides the squared Euclidean distance for FeatureVectors.
|
Modifier and Type | Class and Description |
---|---|
class |
DimensionSelectingDistanceFunction
Provides a distance function that computes the distance between feature
vectors as the absolute difference of their values in a specified dimension.
|