FCM算法中参数的优选方法及实例应用-FCM算法用于灰度图像分割的初始化方法的研究.pdf replyreload = ',' 51632;====在这个帖子中的内容,我六月份曾在 cinc 2009 上发表,在过几个月这篇文章就会被 EI Compendex, Istp and Inspec检索了.嘿嘿.文章介绍如下.其实就是这个帖子中的内容..OO-======================= 那篇 paper : 游客,如果您要查看本帖隐藏内容请回复 A New Validity Function for Fuzzy Clustering Wuhan, China June 06-June 07 Yang Li Fusheng Yu DOI Bookmark:http://doi.ieeecomputersociety.org/10.1109/CINC.2009.100 ABSTRACT This paper first gives a new validity function for fuzzy clustering, then presents a method of the optimal selecting of the cluster number in the standard fuzzy c-means clustering algorithm, and finally outlines the fuzzy c-means clustering algorithm with parameters self-adapted. Experimental results carried on synthetic data set and data set based on actual background illustrate the performance of the new validity function and the corresponding fuzzy clustering algorithm. ADDITIONAL INFORMATION Index Terms: Fuzzy C-Means; fuzzy clustering analysis; cluster number; clustering validity function Citation: Yang Li, Fusheng Yu, "A New Validity Function for Fuzzy Clustering," cinc, vol. 1, pp.462-465, 2009 International Conference on Computational Intelligence and Natural Computing, 2009 ========= 【以前我写过的一篇论文,有关FCM的,虽然Matlab中有模糊工具箱但那里面给出的FCM算法必须事先给出聚类数,我这里给出的算法具有自适应性无需人为给出聚类数,可自行给出最佳聚类数,希望能为相关方面的朋友提供帮助。】 摘要:本文在原始的fcm算法基础上,对算法中的聚类数c和加权指数m给出优选方法,进而而出了fcm参数优选自适应算法,通过人造数据与具有实际背景的数据验证可以看出该算法是有效的,该算法不但可以自适应的给出最佳的聚类数,而且可以验证聚类的有效性,达到最佳聚类的目的。 关键字:FCM,聚类分析,聚类数,加权指数,自适应 Abstract:This paper gives a method of the optimal choice for fuzzy weighting exponent m and the numbers c. Then the Fuzzy c-Means clustering algorithm with parameters self-adepted is presented in this paper. At last expermental results with artificial data and data based on actual background illustrates the effectiveness of the algorithm. Keywords:FCM,fuzzy clustering analysis,cluster number,fuzzy weighting exponent,self-adepting ============================================== 内容目录 第一章 引论及FCM算法介绍        - 4 - 1.1 简介聚类分析        - 4 - 1.2 FCM算法介绍        - 4 - 1.2.1 普通(硬)-C均值聚类算法        - 4 - 1.2.2 模糊(软)-C均值聚类算法        - 5 - 1.3 聚类数c的研究        - 7 - 1.4 加权指数m的研究及m对FCM算法的影响        - 8 - 第二章 FCM参数的优选自适应方法        - 9 - 2.1 引言        - 9 - 2.2 聚类数c的自适应方法        - 10 - 2.3 加权指数m的优选方法        - 12 - 2.3.1   划分模糊度        - 12 - 2.3.2  FCM中参数m的优选        - 14 - 第三章 FCM参数自适应算法的实例应用        - 15 - 附录        - 19 - 参考文献        - 24 - fcm.jpg 游客,如果您要查看本帖隐藏内容请回复
2022-01-05 13:59:57 291KB matlab
1
FCM_iris_iris_fcmiris_FCM分类_matlab_fcm数据集分类 环境:matlab 算法:FCM 功能:对iris数据的分类
2021-12-31 13:00:05 15KB FCM fcmiris 数据集分类
代码主要在matlab上实现了FCM的聚类分析。
2021-12-30 23:51:20 2KB matlab FCM 
1
【图像分割】基于FCM+KFCM MRI图像分割matlab源码含GUI.md
2021-12-28 22:09:13 13KB 算法 源码
1
将模拟退火和遗传算法相结合用于聚类分析,两种算法可以相互取长补短。
2021-12-26 09:52:49 18KB FCM SA
1
有关模式识别的问题很多,本程序属于用fcm做三维分割的matlab仿真程序,希望对刚开始起步的科研人员有所帮助
2021-12-24 14:27:06 686B fcm;matlab;three dimension
1
学习利用MATLAB提取DNA序列特征建立向量的方法,掌握利用FCM命令进行DNA分类的方法,学会做出分类图形直接给出分类结果的MATLAB编程。
2021-12-23 16:45:48 91KB DNA序列分类 实验报告
1
这里是对知识点的一般 概述和 提点,希望做图像处理方向的新手有一定的帮助,详细资料 可以自行查找相关资料
2021-12-22 09:57:46 121KB 创新点
1
FCM Java服务器 一个Java springboot应用程序,当通过Androidthings IOT设备上传图像时,该应用程序使用Firebase Cloud Messaging(FCM)向Android客户端发送通知。 主要功能包括: 从Android客户端保存和FCM推送令牌 将推送令牌发送到 从物联网设备保存图像 主控制器 有两个主要控制器。 一种用于提供图像上传/下载相关服务。 用于保存和检索FCM推送令牌的另一个控制器 主控制器 @PostMapping(“ / uploadFile”) @GetMapping(“ / downloadFile / {fileName:。+}”) 通知控制器 @PostMapping(path =“ / subscribe”) @GetMapping(路径=“ /全部”) 安装 安装依赖项和devDependencies并启动服
2021-12-20 15:09:51 77KB Java
1
FCM聚类算法介绍 FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分
2021-12-16 17:08:23 1.07MB FCM聚类算法
1