| Interface | Description |
|---|---|
| DistanceMeasure |
Interface for distance measures of n-dimensional vectors.
|
| Class | Description |
|---|---|
| CanberraDistance |
Calculates the Canberra distance between two points.
|
| ChebyshevDistance |
Calculates the L∞ (max of abs) distance between two points.
|
| EuclideanDistance |
Calculates the L2 (Euclidean) distance between two points.
|
| ManhattanDistance |
Calculates the L1 (sum of abs) distance between two points.
|
Copyright © 2003–2014. All rights reserved.