Davies-Bouldin index — how is it computed?
hardAnswer
- DB = (1/k) where scatter, between centroids.
- Lower is better.
- Rewards compact + well-separated clusters.
- Fast, ground-truth-free.
- Weak on non-convex clusters (assumes centroid representation).
- Standard internal metric alongside silhouette.
Check yourself — multiple choice
- Higher is better
- Lower is better; (1/k) Σ → compact + separated clusters; weak on non-convex
- Same as CH
- Random
Davies-Bouldin: lower = better; combines scatter + centroid distance.
#clustering#evaluation
Practise Unsupervised Learning
214 interview questions in this topic.