Data Warehouse Developer Question: Download Data Warehouse Developer PDF

Tell us what is the difference between agglomerative and divisive Hierarchical Clustering?

Tweet Share WhatsApp

Answer:

☛ Agglomerative Hierarchical clustering method allows the clusters to be read from bottom to top so that the program always reads from the sub-component first then moves to the parent whereas Divisive Hierarchical clustering uses top-bottom approach in which the parent is visited first than the child.
☛ Agglomerative hierarchical method consists of objects in which each object creates its own clusters and these clusters are grouped together to create a large cluster. It defines a process of continuous merging until all the single clusters are merged together into a complete big cluster that will consist of all the objects of child clusters. However, in divisive clustering, the parent cluster is divided into smaller cluster and it keeps on dividing until each cluster has a single object to represent.

Download Data Warehouse Developer PDF Read All 55 Data Warehouse Developer Questions
Previous QuestionNext Question
Explain me what is ODS?Explain me what is active data warehousing?