MENU

Fun & Interesting

Agglomerative Clustering: how it works

Victor Lavrenko 167,407 lượt xem 11 years ago
Video Not Working? Fix It Now

[http://bit.ly/s-link] Agglomerative clustering guarantees that similar instances end up in the same cluster. We start by having each instance being in its own singleton cluster, then iteratively do the following steps: (1) find a pair or most similar clusters and (2) merge them into a single cluster. The result is a tree structure called the dendrogram.

Comment