Click or drag to resize
DissimilaritiesMethod Enumeration
Specifies the type of distance method.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Method
Members
  Member nameValueDescription
L2Norm0 Indicates the Euclidean distance method (L_2 norm).
L1Norm1 Indicates the sum of the absolute differences (L_1 norm) distance method.
InfinityNorm2 Indicates the maximum difference (L_\infty norm) distance method.
Mahalanobis3 Indicates the Mahalanobis distance method.
AbsCosine4 Indicates the absolute value of the cosine of the angle between the vectors distance method.
AngleInRadians5 Indicates the angle in radians (0, \pi) between the lines through the origin defined by the vectors distance method.
CorrelationCoefficient6 Indicates the correlation coefficient distance method.
AbsCorrelationCoefficient7 Indicates the absolute value of the correlation coefficient distance method.
ExactMatches8 Indicates the number of exact matches distance method.
See Also