c-均值聚类算法在IRIS数据上进行聚类分析我要分享

C-means clustering algorithm is used to cluster iris data

iris-聚类 C均值算法 C均值聚类IRIS Iris聚类matlab cluster-IRIS

关注次数: 300

下载次数: 0

文件大小: 3K

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。


English Description:

The C-means clustering algorithm is used to cluster the iris data. Three initial clustering centers are randomly selected. After several iterations, 150 samples are finally divided into three categories.


代码预览