聚类算法的isodata算法的实现我要分享

Realization of ISODATA algorithm for clustering al

matlab 算法 实现 isodata

关注次数: 226

下载次数: 2

文件大小: 2.20 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:应用背景isodata聚类算法可以通过类的自动合并与分裂,得到较为合理的类型数目c。它的聚类效果相比于c-均值算法而言具有更好的聚类效果,实现过程更为复杂。适用于聚类各种场合。关键技术 isodata聚类算法中,起始聚合中心的选取对聚类过程和结果都有较大的影响,如果选择的好,则算法的收敛速度快,聚类质量高。相比较于c-均值算法而言,c-均值算法简单,isodata算法复杂,isodata算法的类型数目可变。


English Description:

Application backgroundISODATA clustering algorithm can automatically merge and split the class, and get the reasonable number of C. Its clustering effect is better than the c- means algorithm, and the realization process is more complex.. Suitable for clustering all kinds of occasions.Key TechnologyIn the ISODATA clustering algorithm, the selection of the initial aggregation center has a large effect on the clustering process and results. If the selection is good, the convergence speed of the algorithm is fast and the clustering quality is high.. Compared with the average c- algorithm, the c- means is simple, the complexity of ISODATA algorithm, and the number of ISODATA algorithm is variable..


代码预览