搜索资源列表
KMEANS
- kmeans算法的java实现,是一个applet程序,方便实用-java algorithm kmeans achieved applet is a program to facilitate the practical
KMEANS
- 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
kMeansProjectiveClustering
- kmeans clustering genetic algorithms
kmeans
- kmeans.c from opencv
K-means
- kmeans算法代码,已经通过验证,可以正常使用,没有病毒
semi-ga
- 半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
Kmeans
- Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
kmeans
- Kmeans algorithm using matlab
kmeans
- 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation
kmeans
- 这是kmeans算法的c++实现,很实用-the kmeans algorithm _c_c++ achieve
kmeans--C---
- 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
KMeans
- kmeans的算法,利用欧氏距离来算,c-kmeans c++
kmeans
- kmeans函数:输入为类别数量k和数据矩阵A;输出为聚类结果A,和迭代次数-the kmeans functions: input number of categories k and data matrix A output of clustering results A, and the number of iterations
matlab---Kmeans
- kmeans聚类算法,比较经典的算法,里面有讲解,容易理解-kmeans clustering algorithm to compare the classical algorithm, which has to explain, easy to understand
kmeans
- kmeans聚类,c++源代码,任意中心点选择,迭代到收敛-kmeans clustering
Kmeans
- 实现Kmeans,输入是txt文本文件,输出也是,结构清晰易懂,是非常好的Kmeans代码,个人觉得比opencv自带的kmeans函数好用-Achieve Kmeans, input is a txt file, the output is also a clear structure to understand, is a very good Kmeans code, personal feel than opencv kmeans function comes handy
KMEANS
- 转kmeans 算法源代码,希望对大家有帮助-Turn kmeans algorithm source code
kmeans
- 一种k聚类方法 一种k聚类方法-kmeans,kmeans,kmeans,kmeans method
Kmeans.tar
- Mapreduece框架编写的Kmeans程序-Kmeans program written in Mapreduece framework
kmeans
- kmeans聚类代码,对给定数据集进行聚类处理(Clustering code to cluster a given data set)