Module-5 Clustering Algorithm
Module-5 Clustering Algorithm
in
Click to Edit
Click to Edit
Hierarchical clustering involves creating clusters that have a
predetermined ordering from top to bottom
Click to Edit
Types
• Agglomerative or bottom-up clustering - algorithm
starts by taking all data points as single clusters and
merging them until one cluster is left
Click to Edit
• Divisive method or Top - Down Clustering method
Click to Edit
Click to Edit
he distance between two clusters is
the minimum distance between
members of the two clusters
Feature of Cluster Algorithm
• Clusters have equal diameter
Click to Edit
Click to Edit
Step 2 :update the distance matrix for cluster with
minimum distance
Click to Edit
Click to Edit
Click to Edit
Click to Edit
Complete Linkage or MAX or Clique
Click to Edit
Mean shift Clustering Algorithm
(Mode Seeking Algorithm,Sliding Window Algorithm)
● No Need of Prior
Knowledge(non-parametric )
Click to Edit
Mean shift Clustering Algorithm
Click to Edit
Advantage
• No model Assumptions.
• Suitable for all non-convex shapes.
• Only one parameter of the window(Radius)
• Robust noise
Click to Edit
K-Means
Click to Edit
Density Based Methods(DBSCAN)
The concept of Density and
connectivity is based on local
distance of neighbours.
Uses to parameter :
1. Size of neighbourhood(eps)
2. Minimum number of points.(m)
Click to Edit 3. Core Point - more than specified no of
points (m) within neighbourhood.
4. Border Point - if has fewer than ‘m’
points but is a neighbour of a core
point.
5. Noise Point -Neither core nor border
point
Density Based Methods(DBSCAN)
Click to Edit
Density Based Methods(DBSCAN)
Click to Edit
Density Based Methods(DBSCAN)
Click to Edit
Grid Based Approach
• Space based approach
used for high dimensional
data
Three Concepts
● Subspace clustering.
● Concept of dense cells.
● Monotonicity properties
Click to Edit
CLIQUE Algorithm
Click to Edit
Concept of Dense Cell
Click to Edit
THANK YOU
Click to Edit