| Name | Description |
---|
  | EuclideanDistance(Double, Double) |
Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
|
  | EuclideanDistance(Int32, Int32) |
Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
|
  | EuclideanDistance(IReadOnlyListDouble, IReadOnlyListDouble) |
Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
|
  | EuclideanDistance(IReadOnlyListSingle, IReadOnlyListSingle) |
Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
|
  | EuclideanDistance(Single, Single) |
Returns the Euclidean distance of two vectors, i.e. the L2-norm of the difference of the two vectors.
|