Unit4-Clustering-Algorithms
Unit4-Clustering-Algorithms
Clustering
- DBScan
- Hierarchical Clustering
- Fuzzy Clustering
- Graph Based Clustering
●
Internal measures do not require any ground truth to assess
the quality of clusters. They are based solely on the data and
the clustering results.
●
External measures compare the clustering results to ground
truth labels.
●
Compactness measures how closely related objects in the same
cluster are.
– Compactness can be measured in different ways, such as by using the
variance of the points within each cluster, or computing the average pairwise
distance between them.
●
Separation measures how distinct or well-separated a cluster is
from other clusters.
– Examples for measures of separation include pairwise distances between
cluster centers or pairwise minimum distances between objects in different
clusters.
MDS 602 (Advanced Data Mining)
2024, MDS Master’s in Data Science Unit 4: Clustering 6
External Evaluation Measures
●
External evaluation measures are used when the true labels of
the data points are known.
●
These measures compare the the results of the clustering
algorithm against the ground truth labels.
●
Divisive Clustering:
– Top-down approach dividing clusters iteratively.
Original Points
2024, MDS
MDS 602 (Advanced Data Mining)
Master’s in Data Science Unit 4: Clustering Smaller EPS , MinPts= 4 30
Resources
●
https://cdn.aaai.org/KDD/1996/KDD96-037.pdf