Click or drag to resize
ClusterHierarchical.Method Property
The clustering method.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ClusterHierarchical. Linkage Method { get; set; }

Property Value

Type: ClusterHierarchical.Linkage
A ClusterHierarchical.Linkage identifying the clustering method to use.
Remarks

By Default, Method = Linkage.Single.

MethodDescription
SingleSingle linkage (minimum distance).
CompleteComplete linkage (maximum distance).
AvgWithinClustersAverage distance within (average distance between objects within he merged cluster).
AvgBetweenClustersAverage distance between (average distance between objects in the two clusters).
WardsWard's method (minimize the within-cluster sums of squares). For Ward's method, the elements of dist are assumed to be Euclidean distances.

See Also