Click or drag to resize
Accord.NET (logo)

DistanceSquareMahalanobis Method

Overload List
  NameDescription
Public methodStatic memberCode exampleSquareMahalanobis(Double, Double)
Gets the SquareMahalanobis distance between two points.
Public methodStatic memberCode exampleSquareMahalanobis(Double, Double, CholeskyDecomposition)
Gets the SquareMahalanobis distance between two points.
Public methodStatic memberCode exampleSquareMahalanobis(Double, Double, SingularValueDecomposition)
Gets the SquareMahalanobis distance between two points.
Public methodStatic memberCode exampleSquareMahalanobis(Double, Double, Double)
Gets the SquareMahalanobis distance between two points.
Top
See Also