date: 2024-12-24
title: "ML-Hierarchical Clustering"
status: DONE
author:
- AllenYGY
tags:
- NOTE
- ML
- Clustering
- Hierarchical
publish: True
ML-Hierarchical Clustering
Produce a nested sequence of clusters, a tree, also called Dendrogram.
Agglomerative (bottom up) clustering: It builds the dendrogram (tree) from the bottom level, and
Divisive (top down) clustering: It starts with all data points in one cluster, the root.
Pros:
Cons: