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

搜索资源列表

  1. subfcm

    1下载:
  2. 该算法是结合减法聚类与FCM聚类算法融合的远代码。算法通过融合这两种算法,从而可以直接在线确定聚类数目。-The algorithm is combined with Subtractive Clustering with FCM Clustering Algorithm far integration code. Algorithm through the integration of these two algorithms, which can be directly online to
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2271
    • 提供者:tianbianhai
  1. FCM

    0下载:
  2. Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k)                                 Update U(k) , U(k+1)         &n
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:391236
    • 提供者:魏嘉
  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3379
    • 提供者:download99
  1. fcm1

    0下载:
  2. function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsi
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:1402
    • 提供者:download99
  1. julei

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:123706
    • 提供者:alexandar
  1. fcm

    0下载:
  2. 自我感觉是很好的matlab程序,希望对大家有用-Is a very good sense of self, matlab program, in the hope that useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2405
    • 提供者:Michael
  1. GOFuzzyv1.0

    0下载:
  2. 数据挖掘,多种聚类算法.FCM, HCM, SVM, 等各种柔性聚类方法。-Data mining, a variety of clustering algorithms. FCM, HCM, SVM, such as flexible clustering method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8274498
    • 提供者:xuchen
  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. fcmapp

    0下载:
  2. 利用FCM方法进行图像分割,比经典的分割方法效果要好-FCM method using image segmentation, segmentation than the classical method is better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1045
    • 提供者:李萍
  1. fcm

    0下载:
  2. 模糊C均值分类,用于图像处理中 很好用的,极力推荐 -Fuzzy C-means classification, used for image processing in a very good use, and strongly recommend
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:zf_528
  1. FCMPCMclusterinalgorithmMATLABprocedures

    1下载:
  2. FCM,PCM聚类算法MATLAB程序,简单但能运行-FCM, PCM clustering algorithm MATLAB procedures, but easy to run
  3. 所属分类:matlab

    • 发布日期:2016-11-01
    • 文件大小:523
    • 提供者:郭子中
  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. fcm

    0下载:
  2. this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:23347
    • 提供者:javad
  1. RepeatFCM

    0下载:
  2. FCM算法的实现及测试,该源码实现常用数据集的测试。-FCM algorithm and testing, the achievement of the source data sets commonly used test.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1301317
    • 提供者:yongpan
  1. S2FCM

    0下载:
  2. 结合HCM和FCM优点的一种新的高效算法。-HCM and FCM combines the advantages of a new efficient algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2014-04-15
    • 文件大小:238688
    • 提供者:王鑫
  1. mh

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:566659
    • 提供者:qht
  1. 73462683ClusterImageSeg

    0下载:
  2. 模糊均值聚类FCM算法对图像的颜色聚类 进行图像分割 聚类个数和聚类中心都是事先决定的-Fuzzy-means clustering algorithm FCM clustering for color image segmentation and clustering the number of cluster centers are determined in advance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:514942
    • 提供者:小五子
  1. KFCMClust529

    4下载:
  2. 标准的模糊C聚类算法程序,做聚类图像处理的非常有用-the corresponding algorithms are called kernel fuzzy c-means (KFCM) and kernel possibilistic c-means (KPCM) algorithms. And some test results are given to illustrate the advantages of the proposed algorithms over
  3. 所属分类:图形图象

    • 发布日期:2013-01-15
    • 文件大小:880114
    • 提供者:许亮
  1. fuz

    0下载:
  2. 使用Fuzzy Cluster Mean (FCM)與Principal component analysis (PCA)分類Yeast Data-Yeast data will be classified by means of Fuzzy Cluster Mean (FCM)and Principal component analysis (PCA) based on matlab.
  3. 所属分类:Bio-Recognize

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

    0下载:
  2. 这是个FMC分类程序,可以正常运行,并且精确,希望对大家有用-This is a FMC classification procedures can be normal operation, and accurate, useful for all of us hope
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1945063
    • 提供者:wpw
« 1 2 3 4 5 67 8 9 10 11 ... 36 »
搜珍网 www.dssz.com