CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fuzzy clustering matlab

搜索资源列表

  1. K-means.m

    0下载:
  2. MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55082
    • 提供者:zs
  1. MATLABfuzzy-K-means

    0下载:
  2. MATLAB 数据挖掘算法,fuzzy-K-means聚类算法源代码,用于模糊聚类分析-MATLAB data mining algorithms, fuzzy-K-means clustering algorithm source code, Fuzzy clustering analysis for the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1180
    • 提供者:puxx
  1. fuzzycluster

    1下载:
  2. 这是一个模糊聚类代码(matlab)供大家学习-This is a fuzzy clustering code (Matlab) for all study
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:231902
    • 提供者:youyou
  1. fcm.ZIP

    0下载:
  2. 模糊C均值聚类的MATLAB实现,其中包含了10个MATLAB函数-Fuzzy C - Means clustering MATLAB, which contains 10 MATLAB function
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5504
    • 提供者:zc
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1514
    • 提供者:孙准
  1. fuzzycluster

    0下载:
  2. 模糊聚类,用matlab实现基于模糊等价矩阵的模糊聚类方法。-Fuzzy Clustering with matlab fuzzy equivalent matrix based on the fuzzy clustering method.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:72236
    • 提供者:李毓婷
  1. kmeans-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:46288
    • 提供者:renli
  1. GMRFFCM

    2下载:
  2. 高斯马尔科夫随机场和模糊c均值聚类的matlab源程序-Gassian Markov random filed and fuzzy c means clustering matlab source code
  3. 所属分类:matlab

    • 发布日期:2015-12-12
    • 文件大小:32768
    • 提供者:Y.Meng
  1. GAFCM

    0下载:
  2. 遗传算法和模糊C-均值聚类相结合的MATLAB程序-Combination of genetic algorithms and fuzzy C-means clustering MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1385
    • 提供者:孙东旭
  1. ClusteringToolbox2

    0下载:
  2. 一个用于聚类的工具箱,内有主元分析、模糊等技术的Matlab源代码和应用实例程序Demo。-One for clustering toolbox, with principal component analysis, fuzzy techniques, such as Matlab source code and application procedures for Demo.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:12128
    • 提供者:Xiaojun Tang
  1. Untitled3

    0下载:
  2. 这是一个模糊聚类代码(matlab)供大家学习-This is a fuzzy clustering code (matlab) for them to learn from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1071
    • 提供者:洪海波
  1. jake_fcm

    0下载:
  2. 模糊Fcm代码,在matlab下开发,用c划分聚类进行数据分析-Fuzzy FCm code, developed in matlab with c divided into clustering for data analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:83169
    • 提供者:sunana
  1. FCMSegmentation

    1下载:
  2. FCM 模糊C均值聚类算法。使用说明:这是一个可以人机交互的FCM算法,首先使用鼠标圈定一个矩形区域,则算法自动施加于目标区域:) Have Fun :)-FCM fuzzy C means clustering algorithm. Usage: This is a can of HCI FCM algorithm, the first to use the mouse a rectangular area delineation, the algorithm automatically im
  3. 所属分类:Special Effects

    • 发布日期:2016-07-09
    • 文件大小:132036
    • 提供者:zxr
  1. EFCM

    2下载:
  2. 在ECM的基础上加入了模糊关系,使得分类聚类效果更好-At the basis of ECM add on fuzzy relations, classification clustering makes better
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2356
    • 提供者:san
  1. RepeatFCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on the division, which makes the idea is to be divided into clusters with the greatest simila
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1312334
    • 提供者:colin
  1. fcss1

    0下载:
  2. 模糊C-球壳(FCSS)聚类算法在matlab中的实现-Fuzzy C-spherical shells (FCSS) clustering algorithm to achieve in the matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:979
    • 提供者:霍刊
  1. 1

    0下载:
  2. 模糊C均值聚类的MATLAB程序,有详细中文注释,对初学者很有帮助。-Fuzzy C-means clustering of the MATLAB program, a detailed English notes, very helpful for beginners.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2230
    • 提供者:刘虎成
  1. optnumber_det

    0下载:
  2. Fuzzy C-mean Clustering algorithm for wireless sensor networks
  3. 所属分类:matlab

  1. clustermatlabcode

    0下载:
  2. 这个是关于模糊聚类的MATLAB程序,很简单,自己慢慢琢磨-This is on the MATLAB fuzzy clustering procedure is very simple, slowly pondering their own
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1659
    • 提供者:赵佳
  1. FCM

    1下载:
  2. 在matlab平台下实现的FCM(模糊C均值)聚类分割-In the matlab platform to achieve FCM (fuzzy C mean) clustering segmentation
  3. 所属分类:matlab例程

    • 发布日期:2013-01-15
    • 文件大小:402612
    • 提供者:sally
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com