Hierarchical Clustering

Hierarchical Clustering is one of the Unsupervised Learning

Hierarchical Clustering Flow

Steps:

  1. similar_ones = find 2 most similar
  2. Merge them together
  3. If length is greater than 1, go to Step 1

Related Notes