文件名称:KMEANS
-
所属分类:
- 标签属性:
- 上传时间:2013-05-24
-
文件大小:1.74kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
输入:聚类个数k,以及包含 n个数据对象的数据库。输出:满足方差最小标准的k个聚类。处理流程: (1)从 n个数据对象任意选择 k 个对象作为初始聚类中心.
(2)根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分;(3)重新计算每个(有变化)聚类的均值(中心对象)
(4)循环(2)到(3)直到每个聚类不再发生变化为止-Input: number of clusters k, and n data object contains a database. Output: meet the standard minimum variance k-clustering. Processes: (1) n data objects from arbitrarily selected k object as initial cluster centers. (2) based on the mean of each cluster object (central object), calculated for each object and the distance to the object of these centers and according to the minimum distance to re-divide the corresponding object (3) re-calculated for each (a change) clustering means (central object) (4) Cycle (2) to (3) until no further change in each cluster until the
(2)根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分;(3)重新计算每个(有变化)聚类的均值(中心对象)
(4)循环(2)到(3)直到每个聚类不再发生变化为止-Input: number of clusters k, and n data object contains a database. Output: meet the standard minimum variance k-clustering. Processes: (1) n data objects from arbitrarily selected k object as initial cluster centers. (2) based on the mean of each cluster object (central object), calculated for each object and the distance to the object of these centers and according to the minimum distance to re-divide the corresponding object (3) re-calculated for each (a change) clustering means (central object) (4) Cycle (2) to (3) until no further change in each cluster until the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KMEANS/
KMEANS/Kmeans.java
KMEANS/Kmeans.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.