| Singlelink | defines the similarity between two clusters as the maximum
similarity between any two samples in those clusters |
| Nearest Neighbour | synonym for Singlelink |
| Complete Link | defines the similarity between two clusters as the minimum
similarity between any two samples in those clusters |
| Furthest Neighbour | synonym for Complete Link |
| Average Link | defines the similarity between a cluster and two merging
clusters as the average of the similarities with each of the original
clusters. It therefore replaces two merging clusters by their mean, unweighted
by cluster size |
| Group Average | an average is taken over all the samples in the two
merging clusters. Thus, the original clusters are replaced by their mean,
weighted by cluster size |
| Median Sorting | can be thought of in terms of clusters being
represented by points in a multidimensional space; when two clusters join, the
new cluster is represented by the midpoint of the original cluster points |