新建文件夹

所属分类:数据挖掘/数据仓库
开发工具:matlab
文件大小:3KB
下载次数:0
上传日期:2018-12-17 11:06:03
上 传 者于花花
说明:  K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。
(The kmean clustering algorithm randomly selects one object as the initial clustering center. The distance between each object and each seed cluster center is then calculated, and each object is assigned to the cluster center closest to it. The cluster centers and the objects assigned to them represent a cluster. Once all objects have been assigned, the cluster center of each cluster is recalculated based on the existing objects in the cluster. This process will continue to repeat until a termination condition is met. The termination condition may be that no (or a minimum number of) objects are reassigned to different clusters, no (or a minimum number of) cluster centers are re-changed, the square of error and the local minimum.)

文件列表:
新建文件夹 (0, 2018-12-17)
新建文件夹\kmeans1.m (1355, 2018-11-17)
新建文件夹\kmeans2.m (1355, 2018-11-17)
新建文件夹\kmeans3.m (1355, 2018-11-17)
新建文件夹\kmeans4.m (1355, 2018-11-17)
新建文件夹\kmeans5.m (1355, 2018-11-17)

近期下载者

相关文件


收藏者