Distance Measures Class
Provides access to standard distance measures for hierarchical cluster analysis.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static class DistanceMeasures
- Inheritance
- Object → DistanceMeasures
Methods
Minkowski | Returns a distance measure that uses the Minkowski distance for the specified power. |
Fields
Binary | Represents a distance measure that uses the Anderberg distance for binary data. |
Binary | Represents a distance measure that uses the anti-Dice distance for binary data. |
Binary | Represents a distance measure that uses the Dice distance for binary data. |
Binary | Represents a distance measure that uses the Hamann distance for binary data. |
Binary | Represents a distance measure that uses the Jaccard distance for binary data. |
Binary | Represents a distance measure that uses the Kulczynski distance for binary data. |
Binary | Represents a distance measure that uses the binary matching distance. |
Binary | Represents a distance measure that uses the Ochiai distance for binary data. |
Binary | Represents a distance measure that uses the Pearson distance for binary data. |
Binary | Represents a distance measure that uses the Rogers distance for binary data. |
Binary | Represents a distance measure that uses the Russell distance for binary data. |
Binary | Represents a distance measure that uses the Sneath distance for binary data. |
Binary | Represents a distance measure that uses the Yule distance for binary data. |
Canberra | Represents a distance measure that uses the so-called Canberra distance. |
Correlation | Represents a distance measure that uses the correlation between the two observations. |
Cosine | Represents a distance measure that uses the cosine of the angle between the observations. |
Default | Represents the default distance measure: squared Euclidean distance. |
Euclidean | Represents a distance measure that uses the standard Euclidean distance. |
Manhattan | Represents a distance measure that uses the Manhattan (city block) distance. |
Maximum | Represents a distance measure that uses the largest difference between corresponding components as the distance. |
Squared | Represents a distance measure that uses the squared Euclidean distance. |