MetricsCalculatorSquaredEuclideanDistance Method |
| Name | Description | |
|---|---|---|
| SquaredEuclideanDistance(Matrix) |
Squared Euclidean Distance between set of objects.
It is just square of Euclidean distance.
| |
| SquaredEuclideanDistance(Double, Double) |
Squared Euclidean Distance between two objects.
It is just square of Euclidean distance.
| |
| SquaredEuclideanDistance(Matrix, Matrix) |
Squared Euclidean Distance between set of objects.
It is just square of Euclidean distance.
| |
| SquaredEuclideanDistance(Vector, Vector) |
Squared Euclidean Distance between two objects.
It is just square of Euclidean distance.
| |
| SquaredEuclideanDistance(Double, Int32, Double, Int32, Int32) |
Squared Euclidean Distance between two objects.
It is just square of Euclidean distance.
|