Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the sou
Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the source code for the sof...
k均值聚类算法(k-meansclusteringalgorithm)是一种迭代求解的聚类分析算法,其步骤是,预将数据分为K组,则随机选取K个对象作为初始的聚类中心,然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。每分配...
Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the source code for the sof...
a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
this is a very good code for k means clustering. works quite fast. can download for school assignments.
:将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离...