Specifies the type of distance method.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum Method |
Visual Basic (Declaration) |
---|
Public Enumeration Method |
Visual C++ |
---|
public enum class Method |
Members
Member name | Description | |
---|---|---|
L2Norm |
Indicates the Euclidean distance method ( ![]() | |
L1Norm |
Indicates the sum of the absolute differences ( ![]() | |
InfinityNorm |
Indicates the maximum difference ( ![]() | |
Mahalanobis |
Indicates the Mahalanobis distance method.
| |
AbsCosine |
Indicates the absolute value of the cosine of the angle between the
vectors distance method.
| |
AngleInRadians |
Indicates the angle in radians (0, ![]() | |
CorrelationCoefficient |
Indicates the correlation coefficient distance method.
| |
AbsCorrelationCoefficient |
Indicates the absolute value of the correlation coefficient distance method.
| |
ExactMatches |
Indicates the number of exact matches distance method.
|