Click or drag to resize
Accord.NET (logo)

DistanceMahalanobis Method

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