Back to metrics
DAV
C ClusteringDavies-Bouldin Index
Direction
Lower is Better
Value Range
[0, ∞] arbitrary
Category
Clustering
Agreement with reference labels
Description
Average similarity between each cluster and its most similar neighboring cluster
Mathematical Formula
DB = (1/k) * Σ max(r_ij), where r_ij = (s_i + s_j) / d(c_i, c_j)Interpretation Guide
Lower is better. 0 = ideal separation. Biased toward globular clusters. Computationally cheaper than silhouette.
Related Metrics
Other metrics in the Clustering category