LinkageType

Declaration: FrmHCA.LinkageType: integer;
The property LinkageType determines the type of linkage used when calculating a dendrogram:
1 ... single linkage
2 ... complete linkage
3 ... average linkage
4 ... Ward's method (in most cases this method produces dendrograms which are nice to look at)
Setting LinkageType to an invalid value automatically changes it to the closest valid value.