搜索资源列表
模糊c-均值算法是模糊聚类
- 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
FCM聚类算法
- 图像处理方面,标准FCM聚类算法源代码,可以根据自己论文的需要进行修改,重要的是完全显示了算法的实现过程,是对你绝对有用的好东东!
fcm.rar
- 模糊聚类的matlab程序,有详细注释,对初学者很有用,FCM
4713数字图像处理方法的研究
- 居于模糊聚类的图像分割算法实现,用MATLAB实现。,image segemention base of fcm,using MATLAB
FCM(1)
- 这是我们的数字图像处理的大作业,用模糊聚类的方法做的图像分割,希望对大家有用,谢谢!-This is our large digital image processing operations, with the fuzzy clustering method to do image segmentation, hope for all of us, thank you!
fcm
- 很好的模糊聚类算法 用MATLAB编写的-Good fuzzy clustering algorithm using MATLAB prepared
FCM
- vc++环境下,实现基于FCM的模糊聚类算法。-vc++ environment, FCM-based fuzzy clustering algorithm.
[matlab]
- 模糊核聚类算法的几篇论文及matlab源码,可以以练代学,更好掌握模糊聚类方法。-Fuzzy Kernel Clustering Algorithm matlab several papers and source code, can be practicing on behalf of science, to better grasp the fuzzy clustering method.
pdftoword_setup(1ad)
- 居于模糊聚类的图像分割算法实现,用MATLAB实现。-image segemention base of fcm,using MATLAB
Matlabfcm
- fcm模糊聚类算法的matlab实现,非常好用-fcm the matlab fuzzy clustering algorithm to achieve very good
fcmGUI
- 用Matlab写的FCM算法,包括GUI界面的设计,实现模糊聚类功能。-FCM algorithm is written using Matlab, including the GUI interface design, implementation, fuzzy clustering functionality.
FCM
- 实现了模糊聚类算法,能将N个样本分成C类(1《C《N)-Fuzzy C-means Clustering
IGA-FCM
- 这是一个基于改进的免疫遗传的模糊聚类程,敬请大家下载序-This is based on improved immune genetic fuzzy clustering process, please download the sequence we
FCM-vs-ESSC
- 模糊聚类图像分割,还包括spectral clustering及其改进版(按照pr2010某paper)-image segmentation using fuzzy c means & spectral clustering
模糊C均值聚类(FCM)
- 模糊C均值聚类,matlab程序,简单易懂,程序可以运行。(Fuzzy C means clustering, Matlab code, easy to understand, the program can run.)
MyFcm
- 这个是一个较为优化的模糊聚类算法,能对内部均衡有些效果(This is a more optimized fuzzy clustering algorithm that can have some effect on internal equilibrium.)
cal_SC_Fuzzy_Partition
- 模糊聚类FCM 能够实现数据的分类与分组,确定聚类数,进行模糊划分(Fuzzy clustering FCM can achieve data classification and grouping, determine the number of clusters, fuzzy partition)
FCM+KFCM模糊C均值聚类分析算法
- FCM+KFCM聚类分析两种方法的比较,有聚类效果图(FCM+KFCM cluster analysis of the two methods of comparison, there is a clustering effect map.)
FCM聚类算法
- 基于矩阵模块化模糊聚类的图像分割,里面包括源代码,以及实验前后的图片(Image segmentation based on matrix modularized fuzzy clustering)
模糊聚类R代码
- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means clustering algorithm or FCM. Among many fuzzy clustering algorithms, the Fuzzy C-Means algori