Learn Before
Concept
Agglomerative: Bottom-up approach
One cluster for each observation, then clusters are moved together as one moves up the hierarchy of clusters
Steps:
- Each data point is initially in its own cluster with one item
- Most similar cluster of each stage is merged
- Stopping measure: number of clusters
Linkage criteria
- Ward's method
- least increase in total variance (around cluster centroids)
- Average linkage
- average distance between clusters
- Complete linkage
- max distance between clusters
0
3
Updated 2021-02-04
Contributors are:
Who are from:
Tags
Data Science