Hierarchical clustering can be broadly classified into two types based on how the hierarchy is constructed. What are these two types?

  • Agglomerative and Divisive
  • Linear and Non-linear
  • QuickSort and MergeSort
  • Recursive and Iterative
Hierarchical clustering can be Agglomerative (bottom-up) or Divisive (top-down) based on how clusters are merged or divided in the hierarchy.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *