我是靠谱客的博主 优秀咖啡豆,这篇文章主要介绍Davies Bouldin index,现在分享给大家,希望可以做个参考。

The  Davies–Bouldin index (DBI) is a metric for evaluating  clustering algorithms. [1]
Let  Ci be a cluster of vectors. Let  Xj be a vector on  Ci.
s_i = sqrt[q]{ frac{1}{t_i} displaystylesum_{j=1}^{t_i}left|x_j-a_iright|^q}
Here  Ai is the centroid of  CiSi is a measure of scatter within the cluster.
m_{i,j} = sqrt[p]{displaystylesum_{k=1}^{n}left|a_{k,i}-a_{k,j}right|^p }
Mi,j is a measure of separation between cluster  Ci and cluster  Cj.
ak,i is the  kth element of  Ai.
r_{i,j} equiv frac{s_i+s_j}{m_{i,j}}
r_i equiv max_{j : i neq j} r_{i,j}
bar{r} equiv frac{1}{n}displaystylesum_{i=1}^n r_i

[edit]Notes and references

  1. ^ Davies, D. L.; Bouldin, D. W. A cluster separation measure.IEEE Trans. Pattern Anal. Mach. Intelligence 1979, 1, 224–227. 论文见附件

转载于:https://blog.51cto.com/visionsky/291912

最后

以上就是优秀咖啡豆最近收集整理的关于Davies Bouldin index的全部内容,更多相关Davies内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(64)

评论列表共有 0 条评论

立即
投稿
返回
顶部