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:

  1. Identify the two clusters closest together
  2. Merge the two most similar clusters

The iterative process continues until all clusters are merged together

0

3

Updated 2021-02-04

Tags

Data Science