搜索资源列表
KMeans
- k-means clustering algorithms
TextClusteringKmeans
- 从文本文件读入文本,分词,去停顿词,然后利用kmeans进行文本聚类-Text Clustering with K means
kmeans-for-Special-topics
- Clustering project for Special topics
accord-kmeans-source
- K-Mean clustering source code
DIPKmeans
- Kmeans clustering algorithm
kmeans
- 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
kkmeanskcluster
- kmeans clustering c-kmeans clustering c++
kmeans(cp2Bp2B)
- kmeans聚类算法实现图像分割, 基于K-MEAN的图像分割,方便实用,对于图像处理的研究生很有参考价值的!-kmeans clustering algorithm for image segmentation, image segmentation based on K-MEAN, convenient and practical, for image processing graduate of great reference value!
KMeans
- vs2013实现的k-means聚类算法,是一个2维点集的聚类演示程序-Vs2013 implementation of the K-means clustering algorithm, is a 2 dimensional point set of the clustering demonstration program
KMeans-Picture
- Vs2013实现的K-Means聚类算法,把256^3颜色进行聚类,用少量颜色进行替换-Vs2013 implementation of the K-Means clustering algorithm, the 256^3 color clustering, with a small number of colors to replace
kmeans
- kmans的c语言代码,内有实例,还有教程,亲测可用,能够进行矢量聚类。-C kmans language code, there are examples, as there are tutorials, pro test available, to carry out the vector clustering.
Kmeans
- 采用C#语言完成了Kmeans 聚类算法的聚类过程。(The clustering process of Kmeans clustering algorithm is completed by C# language.)
accord-machinelearning-clustering-(k-means)
- Accord.NET环境下的Kmeans聚类实例。(Kmeans clustering example under the Accord.NET environment.)