CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - fuzzy c means

搜索资源列表

  1. 模糊c-均值算法是模糊聚类

    2下载:
  2. 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:9098
    • 提供者:feifei
  1. C-mean

    1下载:
  2. 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13813
    • 提供者:孙李娜
  1. demo

    1下载:
  2. 实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:256007
    • 提供者:Haha
  1. fcm

    1下载:
  2. 核聚类算法FCM算法及性能分析,有图片,FCM模糊C均值图象,有窗体-Kernel clustering algorithm FCM algorithm and performance analysis, pictures, FCM fuzzy C means the image has the form
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:402688
    • 提供者:yu tao
  1. Kmean

    1下载:
  2. 自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作-Implement on its own the k-mean (with fuzzy c mean), can be directly in vc++ For clustering large amount of data movement
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-01-15
    • 文件大小:3862
    • 提供者:陳志強
  1. MATLAB

    0下载:
  2. 层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法-Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2340
    • 提供者:郭子中
  1. FCMandCFCM

    1下载:
  2. FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。 现在给出的这两个算法是C++代码实现的。 -FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achi
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:58484
    • 提供者:蒋雯倩
  1. fcm

    0下载:
  2. 在VC开发环境下实现的模糊C均值算法(FCM),功能已经通过测试。-VC development environment in the realization of the fuzzy C-means algorithm (FCM), features have been tested.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:82856
    • 提供者:史晓雨
  1. th

    0下载:
  2. 模糊聚类算法的一部分,加入了邻域信息,可以更好的分割图像-Part of fuzzy clustering algorithm, joined the neighborhood information may be a better image of the partition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:614
    • 提供者:娟娟
  1. fuzzy_c_means

    0下载:
  2. CODE是寫利用FUZZY的方式來做分群,也就是有歸屬度的程度分別 ,個人覺得比硬式分群結果來的較好,最後會畫圖來顯示結果.-CODE is written using FUZZY way to do grouping, which is a degree of attribution degrees, respectively, than the rigid grouping personally feel better the results will finally drawing to
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1045
    • 提供者:incc
  1. Cjulei

    0下载:
  2. 利用模糊c—均值聚类方法将data 数据向量;3表示分成三类;center表示分类中心-Using fuzzy c-means clustering method to the data vector data 3 that is divided into three categories center said the classification center
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:559
    • 提供者:乔百杰
  1. FuzzyClassifier

    0下载:
  2. A Fuzzy classifier using matlab, c++ and delphi. the source code has merged codes developed by these programming languages to do classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:25657
    • 提供者:amir
  1. FCM_CPP

    1下载:
  2. 模糊C均值聚类算法(FCM)的VC++实现-Fuzzy C means clustering VC++ Implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4099810
    • 提供者:lee
  1. fcm

    0下载:
  2. 模糊C均值方法,将模糊的方法用到K均值方法里面-Fuzzy C Means method, the fuzzy approach method which used the mean K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1694
    • 提供者:chenjiejie
  1. fuzzy_k_means

    0下载:
  2. 模糊K均值算法实现。Fuzzy K Means algorithm.-Fuzzy K Means algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:836
    • 提供者:yuyu
  1. fuzzycm

    0下载:
  2. 采用模糊C均值聚类方法,能够对样本进行很好的分类,很好用-Fuzzy C means clustering method, the sample can be well classified, very good use
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2239
    • 提供者:
  1. FCM

    0下载:
  2. A modified fuzzy c-means image segmentation algorithm for use with uneven illumination patterns and implemention by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:153981
    • 提供者:hamedvahedian
  1. FuzzyCM

    0下载:
  2. 一个包含多个matlab文件的工具包,利用它可以方便使用模糊c均值聚类-Matlab file contains more than one kit, using it can easily use the fuzzy c means clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11020
    • 提供者:lyn
  1. entati

    1下载:
  2. 非局部加权模糊C均值聚类图像分割Non-locally weighted fuzzy C-means image segmentation-Non-locally weighted fuzzy C-means image segmentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1626197
    • 提供者:xiaomei
  1. 直觉模糊C均值聚类

    1下载:
  2. 对所获取的数据进行无监督的直觉模糊C均值聚类(intuitionistic fuzzy C-means clustering)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:yezi0430
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com