文件名称:K-means
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-01-08
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- w**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
kmeans算法, K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果-kmeans algorithm, K-means algorithm is the most classic divide-based clustering method is one of the top ten classical data mining algorithms. The basic idea of the K-means algorithm is: k points in the space of the clustering of their nearest object is classified. By iterative methods, successive update the value of the cluster center, until you get the best clustering results
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.java
K_MeansDemo.java