搜索资源列表
kmeans
- 经典的k-means程序,包含了很多的数据集,具有几点的聚类程序的描述。以供大家参考。-kmeans
juleipingjia
- 为判断聚类结果质量的好坏,需要一个客观的评价指标来评价聚类结果的合理性。聚类性能评价方法通常分为三种:外部评价法,内部评价法,相对评价法。外部评价法将聚类结果得到类标签和已知类标签进行比较,此评价法的前提是数据集样本的类标签已知-In order to judge the quality of clustering results, good or bad, the need for an objective evaluation to assess the reasonableness of
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