DissimilaritiesMethod Enumeration |
Namespace: Imsl.Stat
Member name | Value | Description | |
---|---|---|---|
L2Norm | 0 | Indicates the Euclidean distance method ( norm). | |
L1Norm | 1 | Indicates the sum of the absolute differences ( norm) distance method. | |
InfinityNorm | 2 | Indicates the maximum difference ( norm) distance method. | |
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, ) between the lines through the origin defined by the vectors distance method. | |
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. |