搜索资源列表
FuzzyNeuralNetworkOnTemperature
- 钢坯出炉表面温度,基于自适应网络的模糊推理系统,模糊聚类,步长, 仿真模型
km
- visual basic上的模糊k均值聚类
模糊C-均值(FCM)聚类算法Matlab实现
- 模糊聚类是一种重要数据分析和建模的无监督方法。简单概述模糊聚类的概念,介绍模糊C-均值(FCM)算法,并在matlab软件上对该算法进行仿真,结果表明,该算法设计简单,应用范围广,但改算法仍存在容易陷入局部极值点等问题,还需进一步研究
一种基于模糊聚类的图象分割方法
- 利用模糊C均值对图像进行分割
imagesegment.rar
- 基于改进模糊聚类算法鲁棒的图像分割 对噪声图像提出的一种改进算法,Based on robust fuzzy clustering algorithm to improve the image segmentation
4713数字图像处理方法的研究
- 居于模糊聚类的图像分割算法实现,用MATLAB实现。,image segemention base of fcm,using MATLAB
fuzzyC
- 遗传算法改进的模糊C均值聚类的matlab源程序,可以运行,格式需要更改-Improved genetic algorithm fuzzy C means clustering matlab source code, you can run, you need to change the format
fvcm
- 聚类_分类中的粒度原理研究论文,关于模糊聚类中的尺度变换。-_ The granularity of category clustering theory research papers on fuzzy clustering of the scale transformation.
fcm
- 假设已经获得不同目标类型的一组特征值,这是可以通过模糊聚类获取哥哥目标类型在特征空间商的聚类中心,当测量到某个目标的特征值,可以通过计算目标特征为止与各个聚类中心之间的距离来判定目标的类型。-matlab fcm
fcm
- 模糊c均值聚类算法在matlab里的实现。-Fuzzy c means clustering algorithm in matlab in implementation.
BasedonfuzzyCmeansclusteringandsubtractiveclusteri
- 基于模糊C均值聚类和减法聚类结合的图像分割-Based on fuzzy C means clustering and subtractive clustering image segmentation combining
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.
roughandfuzzy
- 模糊聚类和粗糙集关于web聚类很好的文章-Fuzzy Clustering and Rough Set Clustering good article on the web
classification
- 基于K均值算法的模糊分类器具有很好的分类效果,用它可以很准确的对训练样本进行分类. 此方法是将K均值算法应用于训练数据的聚类,对每个聚类的半径和聚类的中心都是可计算的. 而模糊系统设计方法就是用模糊度来描述聚类, 对训练数据进行高效且准确的分类.-based on K-mean Algorithm,it can Classify the original data very well!
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
juleisuanfa
- 聚类算法,适用于数据的模糊聚类,便于数据的集中处理-Clustering fuzzy clustering algorithm, applied to the data to facilitate centralized data processing
mihujulei
- 两篇关于模糊聚类的文章 用于调制方式识别的-The two Fuzzy Clustering article for modulation recognition
FCM聚类算法介绍
- FCM聚类算法介绍 FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。 模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。
FCM
- 模糊聚类算法源码,通过迭代聚类中心,以及隶属度函数,完成代码运算,用于数据挖掘初学者使用。(Fuzzy clustering algorithm source code, through the iterative clustering centers and membership function, complete code for data mining operations, for beginners to use.)