搜索资源列表
k-means
- 数据挖掘,k-means源码,数据集为iris-data mining, k-means source code for the iris data set
Cmeansclusteringmethods
- 本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在iris数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数k设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition of two C-means clustering metho
k_means
- 利用k均值算法对iris数据集进行聚类,实现iris数据集的无监督学习。(k-means algorithm is used to cluster iris data set to realize unsupervised learning.)