搜索资源列表
K_average
- 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
K_MEANS
- 实现K-MEAN经典聚类算法,代码书写规范,接口简洁,值得参考
hfs259(1)
- 这是C#下编译通过的K均值聚类算法的一个版本,可以应用于遥感图像的非监督分类-K c-mean class two
DM_YeDan
- KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two algorithms. The code VS2010 en
K-mean-clustering-algoritm
- k均值聚类算法,帮助学习、使用,欢迎下载、-k-means clustering algorithm to help learn, use, welcome to download,
机器学习
- 机器学习无监督学习聚类算法K-mean,利用python对数据进行无监督学习分类