文件名称:K-means-clustering-algorithm
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
K均值算法使用的聚类准则函数的误差平方和准则,通过反复迭代优化聚类结果,使所有样本到各自所属类别的中心的距离平方和达到最小。-K-means clustering algorithm uses squared error criterion function and criteria through iterative optimization clustering result, all the samples to the respective classes of the center square of the distance and minimized.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
K均值\kmeansplot.m
.....\K_means.m
.....\K均值算法实验报告2.doc
.....\luo画图.txt
.....\setosa.mat
.....\setosa.txt
.....\versicolor.mat
.....\versicolor.txt
.....\virginica.mat
.....\virginica.txt
K均值