搜索资源列表
-
0下载:
K-Means Clustering implementation
-
-
0下载:
k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理-k-means algorithm, mainly for the program in the matlab implementation for image segmentation
-
-
0下载:
K-means clustering implementation document
-
-
0下载:
a useful paper for hardware implementation of k-means algorithm.
-
-
0下载:
Implementation of algorithm of k-means on c#
-
-
0下载:
通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。
算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。-By programming K- means algorithm implementation, s
-