The HEDistanceType enumeration is used to determine the method of Mahalanobis distance calculation.
It is used by the following property:
| Value | Brief description | |
| 0 | DispersionrEllepceMahalanobis. Covariance matrices are calculated for each attribute in the data matrix. | |
| 1 | DispersionrEllepceMahalanobisFast. Covariance matrix is calculated once and by the entire data matrix. |
See also: