K均值算法+ +我要分享

K means algorithm + +

matlab 算法 均值

关注次数: 260

下载次数: 0

文件大小: 255.69 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景k-均值+ +是一种改进的Kmeans算法,提出了一种新的k-均值聚类算法初始化技术版本 ;它是在2007由戴维亚瑟和谢尔盖vassilvitskii提出,为NP难问题的一个近似算法k-均值 ;关键技术参考文献: ;亚瑟,D.和vassilvitskii,美国(2007)。”k-均值+ +:优势精心播种”(PDF)。第十八年度的离散算法程序ANALCO ACM- SIAM研讨会。工业与应用数学学会美国费城,PA,PP 1027–1035。


English Description:

Application background k-means++ is an improved version of kmeans algorithm that proposed a new initialization technique for the k-means clustering algorithm.  It was proposed in 2007 by David Arthur and Sergei Vassilvitskii, as an approximation algorithm for the NP-hard k-means problem.  Key Technology Reference: Arthur, D. and Vassilvitskii, S. (2007). "k-means++: the advantages of careful seeding" (PDF). Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithm


代码预览