文件名称:KMEANS
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 烈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
k-means C++ 源代码,
修正原来的错误,
增加的新功能
1、用vector实现其存储
2、直接在程序中读取数据集
3、结果可以保存到文件中
4、用户可以输入聚类个数
5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store directly in the program to read data set 3, the results can be saved to a file 4, the user can enter the number of clusters 5, the initial cluster centers randomly selected (code auto-random)
修正原来的错误,
增加的新功能
1、用vector实现其存储
2、直接在程序中读取数据集
3、结果可以保存到文件中
4、用户可以输入聚类个数
5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store directly in the program to read data set 3, the results can be saved to a file 4, the user can enter the number of clusters 5, the initial cluster centers randomly selected (code auto-random)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
iris.txt
KMEANS1.cpp
KMEANS1.cpp