0
3.9kviews
Explain one Hierarchical clustering algorithm using an example dendogram.
1 Answer
1
148views

Hierarchical Clustering

  • This type of clustering groups together the unlabeled data points having similar characteristics.
  • Hierarchical clustering treats every data point as a separate cluster.
  • Then, it repeatedly executes the subsequent steps like, Identify the two clusters which can be closest together, and merging the two maximum comparable clusters.
  • This …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.