Dissimilarities.Method Enumeration |
Namespace: Imsl.Stat
Member name | Value | Description | |
---|---|---|---|
L2Norm | 0 |
Indicates the Euclidean distance method (![]() | |
L1Norm | 1 |
Indicates the sum of the absolute differences (![]() | |
InfinityNorm | 2 |
Indicates the maximum difference (![]() | |
Mahalanobis | 3 | Indicates the Mahalanobis distance method. | |
AbsCosine | 4 | Indicates the absolute value of the cosine of the angle between the vectors distance method. | |
AngleInRadians | 5 |
Indicates the angle in radians (0, ![]() | |
CorrelationCoefficient | 6 | Indicates the correlation coefficient distance method. | |
AbsCorrelationCoefficient | 7 | Indicates the absolute value of the correlation coefficient distance method. | |
ExactMatches | 8 | Indicates the number of exact matches distance method. |