December 2018
Intermediate to advanced
274 pages
7h 46m
English
Agglomerative hierarchical clustering is a classical clustering algorithm from the statistics domain. It involves iterative merging of the two most similar groups, which, in the first instance, contain single elements. The name of the algorithm refers to its way of working, as it creates hierarchical results in an agglomerative or bottom-up way, that is, by merging smaller groups into larger ones.
Here is the high-level algorithm for this method of clustering used in document clustering.
Read now
Unlock full access