文件名称:kmeans
介绍说明--下载内容均来自于网络,请自行研究使用
可以直接拿来用 python2.7
在数据挖掘中,K-Means算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。(In the data mining, K-Means algorithm is a cluster analysis algorithm, which is mainly to calculate the data aggregation algorithm, mainly through the continuous removal of the seed point of the nearest mean algorithm.)
在数据挖掘中,K-Means算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。(In the data mining, K-Means algorithm is a cluster analysis algorithm, which is mainly to calculate the data aggregation algorithm, mainly through the continuous removal of the seed point of the nearest mean algorithm.)
相关搜索: kmeans算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kmeans.py