文件名称:k-means
介绍说明--下载内容均来自于网络,请自行研究使用
k-均值聚类算法(C语言实现):
给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the similarity between classes Min.
给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the similarity between classes Min.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
k-means.c