我是靠谱客的博主 优秀咖啡豆,最近开发中收集的这篇文章主要介绍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 Bouldin index所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部