EuclideanDistance Method |
Name | Description | |
---|---|---|
Distance(Double, Double) |
Computes the distance d(x,y) between points
x and y.
| |
Distance(Double, Double) |
Computes the distance d(x,y) between points
x and y.
| |
Distance(TupleDouble, Double, TupleDouble, Double) |
Gets the Euclidean distance between two points.
| |
Distance(SparseDouble, SparseDouble) |
Computes the distance d(x,y) between points
x and y.
| |
Distance(Double, Double, Double, Double) |
Gets the Euclidean distance between two points. Note: this function
is dangerous as it is too easy to invert its arguments by mistake.
Please consider using the Tuple<double, double> overload instead.
|