ClusterHierarchicalLinkage Enumeration |
Specifies the type of linkage.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Enumeration Linkage
public enum class Linkage
Members
| Member name | Value | Description |
---|
| Single | 0 |
Indicates the single linkage (minimum distance) method.
|
| Complete | 1 |
Indicates the complete linkage (maximum distance) method.
|
| AvgWithinClusters | 2 |
Indicates the average distance within (average distance
between objects within the merged cluster) method.
|
| AvgBetweenClusters | 3 |
Indicates the average distance between (average distance
between objects in the two clusters) method.
|
| Wards | 4 |
Indicates the Ward's method.
|
See Also