The Linkage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CentroidLinkage |
Computes the distance between two clusters as the difference between centroids.
| |
| CompleteLinkage |
Computes the distance between two clusters as the greatest distance
between any two objects in the different clusters (furthest neighbors).
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MedianLinkage |
Computes the distance between two clusters as the difference between centroids,
using the size of each cluster as a weighting factor.
| |
| SingleLinkage |
Computes the distance between two clusters as the distance of the
two closest objects (nearest neighbors) in the clusters.
| |
| ToString | (Inherited from Object.) | |
| UnweightedAverageLinkage |
Computes the distance between two clusters as the average distance between
all pairs of objects in the two different clusters.
| |
| WardLinkage |
Computes the distance between two clusters using Ward's method.
| |
| WeightedAverageLinkage |
Computes the distance between two clusters as the average distance between
all pairs of objects in the two different clusters, using the size of each
cluster as a weighting factor.
|