Definition
A metric for evaluating clustering algorithms based on the average similarity between clusters.
Detailed Explanation
The Davies-Bouldin Index measures the average similarity between each cluster and its most similar cluster. Lower values indicate better clustering. It considers both the scatter within the clusters and the separation between clusters.
Use Cases
Used in market segmentation, pattern recognition, and data clustering validation.