Concept
Hierarchical Clustering
Method of clustering that seeks to build a hierarchy of clusters.
Starts by treating each observation as separate cluster. Then it will repeated execute the following two steps:
- Identify the two clusters closest together
- Merge the two most similar clusters
The iterative process continues until all clusters are merged together
0
3
Updated 2021-02-04
Contributors are:
Who are from:
Tags
Data Science