Click or drag to resize
ClusterHierarchicalLinkage Enumeration
Specifies the type of linkage.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Linkage
Members
  Member nameValueDescription
Single0 Indicates the single linkage (minimum distance) method.
Complete1 Indicates the complete linkage (maximum distance) method.
AvgWithinClusters2 Indicates the average distance within (average distance between objects within the merged cluster) method.
AvgBetweenClusters3 Indicates the average distance between (average distance between objects in the two clusters) method.
Wards4 Indicates the Ward's method.
See Also