搜索资源列表
FuzzyNeuralNetworkOnTemperature
- 钢坯出炉表面温度,基于自适应网络的模糊推理系统,模糊聚类,步长, 仿真模型
模糊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
roughandfuzzy
- 模糊聚类和粗糙集关于web聚类很好的文章-Fuzzy Clustering and Rough Set Clustering good article on the web
juleisuanfa
- 聚类算法,适用于数据的模糊聚类,便于数据的集中处理-Clustering fuzzy clustering algorithm, applied to the data to facilitate centralized data processing
mihujulei
- 两篇关于模糊聚类的文章 用于调制方式识别的-The two Fuzzy Clustering article for modulation recognition
fuzzy-clustering-analysis
- 这是一篇matlab模糊聚类方法分析的一篇例文,参考价值很大-This is a matlab fuzzy clustering analysis of a Liwen, a great reference value
FCMPK-L
- 模式识别中的模糊聚类,采用K-L信息作为先验概率,高水平文章。-Pattern recognition, fuzzy clustering, using KL information as a priori probability, high-level posts.
FCMPt-distribution
- 模式识别中的模糊聚类,没有采用传统的高斯分布,而是采用学生t分布,具有重尾特性,识别率更高。-Pattern recognition, fuzzy clustering, without using the traditional Gaussian distribution, instead of using the Student' s t distribution with heavy-tailed characteristics, the recognition rate highe
FLICM
- 模式识别中的模糊聚类,比较经典的文章,考虑了本地信息的FCM。-Pattern recognition, fuzzy clustering, more classic article, considering local information FCM.
HMRF-FCM
- 模式识别中的模糊聚类,采用隐马尔科夫链,考虑了先验概率,进行图像识别。-Pattern recognition, fuzzy clustering, using hidden Markov chain, taking into account a priori probability for image 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.)