1.

Explain Hierarchical clustering.

Answer»

This algorithm group objects into clusters based on similarities, and it is ALSO called HIERARCHICAL CLUSTER analysis. When hierarchical clustering is performed, we obtain a set of clusters that differ from each other. 


This clustering TECHNIQUE can be divided into two types:

  • Agglomerative Clustering (which uses bottom-up STRATEGY to decompose clusters)
  • Divisive Clustering (which uses a top-down strategy to decompose clusters)


Discussion

No Comment Found