Hierarchical Clustering.pptx
Hierarchical Clustering.pptx
TYPES OF CLUSTERING
TYPES OF HIERARCHICAL CLUSTERING
Divisive Clustering
• The approach is Top – Down.
• In divisive clustering, we start from a situation where all observations
are in a same cluster e.g. Dinosaurs.
• Then we split the big cluster into smaller ones.
• We continue this procedure until each observation is in a separate
cluster.
• However, to find the best split, we must explore all possibilities at
each step.
Agglomerative Clustering
• The approach is bottom-up.
• We start from different dog and cat breeds, cluster them into cats and
dogs respectively.
• Then we continue pairing up species, until we reach the main animal
cluster.
• Agglomerative and divisive clustering should end up in similar results.
Agglomerative and divisive clustering
Agglomerative and divisive clustering
Agglomerative Hierarchical Clustering
• We start with each case being its own cluster.
• The distance between two least similar bits of cluster is taken. i.e., the
farthest point in the cluster.
Complete Linkage
Complete Linkage
Complete Linkage
Complete Linkage
Complete Linkage
Average Linkage
Pros and Cons