搜索资源列表
模糊C-均值(FCM)聚类算法Matlab实现
- 模糊聚类是一种重要数据分析和建模的无监督方法。简单概述模糊聚类的概念,介绍模糊C-均值(FCM)算法,并在matlab软件上对该算法进行仿真,结果表明,该算法设计简单,应用范围广,但改算法仍存在容易陷入局部极值点等问题,还需进一步研究
fuzzyC
- 遗传算法改进的模糊C均值聚类的matlab源程序,可以运行,格式需要更改-Improved genetic algorithm fuzzy C means clustering matlab source code, you can run, you need to change the format
fcm
- 模糊c均值聚类算法在matlab里的实现。-Fuzzy c means clustering algorithm in matlab in implementation.
008
- 文对模糊C.均值(FCM)聚类算法的一种改进算法一特征加权的 FCM(WFCM)聚类算法,与FCM算法进行了测试比较。-Paper on fuzzy C. Mean (FCM) clustering algorithm An improved algorithm for a feature weighted FCM (WFCM) clustering algorithm, FCM algorithm was tested with the comparison.
mohuchuli
- 模糊C均值聚类算法的步骤还是比较简单的,模糊C均值聚类(FCM),即众所周知的模糊ISODATA,是用隶属度确定每个数据点属于某个聚类的程度的一种聚类算法。-Fuzzy c-means clustering algorithm steps it is quite simple, fuzzy c-means clustering (FCM), known as fuzzy membership ISODATA, it is to use to make sure that each data po
FCM
- 模糊C均值(FCM)聚类算法的实现 对模糊C均值算法的详细分析,包含具体实现步骤,实现流程图等,非常好用-Fuzzy C-means (FCM) clustering algorithm implementation A detailed analysis of the fuzzy C-means algorithm, including the specific implementation steps, the flow chart, very handy
9656565
- 一种新的基于遗传算法的模糊C-均值聚类的RBF神经网络-A New RBF Neural Network with GA-based Fuzzy C-Means Clustering Algorithm for SINS Fault Diagnosis
HWFCM
- 几种混合模糊c均值聚类算法的改进文献,可供学习者参考-Several hybrid fuzzy c-means clustering algorithm literature, provide a reference for the learners
FCM聚类算法介绍
- FCM聚类算法介绍 FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。 模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。