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

搜索资源列表

  1. FCM

    0下载:
  2. 基于FCM的图像分割算法,主要是针对水下声呐图像的分割处理。-The image segmentation algorithm based on FCM
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:143840
    • 提供者:陈亮
  1. fcm

    0下载:
  2. fcm的改进算法,是在基于FCM的基础上进行改进,效果不错,请大家看看。-improved fcm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:简川霞
  1. Colony_partition

    0下载:
  2. 蚁群算法实现医学图像的分割,同时对比FCM算法,非常有用,可以直接运行,包含测试MRI图片-Ant-Colony algorithm for MRI image segmentation including MRI image for testing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:545111
    • 提供者:施佳佳
  1. watershed-and-FCM

    1下载:
  2. 两个matlab编写的图像分割算法,分水岭和模糊C均值聚类算法-matlab codes, watershed algorithm and fuzzy C means clustering algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2000
    • 提供者:bean
  1. FCM

    0下载:
  2. 模糊C均值聚类,实现数据聚类算法!来源于网络,经过修改,可用于数据聚类!-Fuzzy C-Means clustering, data clustering algorithm! From the network, without modification, can be used for data clustering!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1956819
    • 提供者:hu huacheng
  1. cPP-fcm

    0下载:
  2. FCM聚类算法,C++实现的,最简单最常用的模糊聚类算法-FCM clustering algorithm, C++ achieved, the simplest and most commonly used fuzzy clustering algorithm. . . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:51735
    • 提供者:deng
  1. improved-FCM-based-on-GA

    1下载:
  2. 是一个基于遗传算法改进的模糊C均值算法,很不错的代码。-It is a improved fuzzy C-means algorithm based on genetic algorithm , a very good code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:17773
    • 提供者:简川霞
  1. fcm-algorithm

    2下载:
  2. 该算法实现了Ottawa Feltwell 和 Mexico三幅图像的变化检测,基于的是FCM聚类算法,并对其漏检点、误检点和正确率进行了统计-The change detection algorithm Ottawa Feltwell and Mexico three images, based on the FCM clustering algorithm, and its missed the point, and the correct rate of false indecent st
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1327387
    • 提供者:王露
  1. Collaborative-FCM

    1下载:
  2. 协同的模糊聚类算法,CFCM,大家可以搜索相关文章-Collaborative fuzzy clustering algorithm, CFCM, you can search for related articles
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:987627
    • 提供者:
  1. Collaborative-FCM

    0下载:
  2. 协同的模糊聚类算法,CFCM,大家可以搜索相关文章-Collaborative fuzzy clustering algorithm, CFCM, you can search for related articles
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-07
    • 文件大小:1202947
    • 提供者:xeperti
  1. basic-on-FCM-and-GA-MATLAB

    3下载:
  2. 基于FCM的改进遗传算法步骤以及程序,内容清晰,过程详细而明确,结果清楚,很不错。-FCM based on improved genetic algorithm steps, and procedures, clarity, detail and clear process, the results clearly, very good.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1583
    • 提供者:cissymint
  1. fcm

    0下载:
  2. 模糊c均值聚类算法在MATLAB中的代码,非常好用-Fuzzy c-means clustering algorithm in MATLAB program can definitely use. . . . .
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:17150
    • 提供者:liu
  1. fcm

    0下载:
  2. fcm模糊聚类算法程序,包括聚类中心更新,分类矩阵更新-fcm fuzzy clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:5091
    • 提供者:liu
  1. Clustering-Algorithms

    0下载:
  2. 在众多聚类算法中,基于划分的模糊聚类算法是模式识别中最常用的算法类型之一.至今,文献中仍不断 有关于基于划分的模糊聚类算法的研究成果出现.为了能更为系统和深入地了解这些聚类算法及其性质,本文从改 变度量方式、改变约束条件、在目标函数中引入熵以及考虑对聚类中心进行约束等几个方面,对在 C-均值算法的 基础上得到的基于划分的模糊聚类算法作了综述和评价,对各典型算法的优缺点进行了实验比较分析.指出标准 FCM算法被广泛应用的原因之一是它对数据的比例变化具有鲁棒性,而其他类似的算法对这种
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:452826
    • 提供者:成方
  1. FCM

    0下载:
  2. 自己实现的,模糊C均值聚类的代码,在K-mean上添加了隶属度矩阵。注释详细,方便理解算法步骤-my implementation, Fuzzy C-Means clustering code in the K-mean adding a membership matrix. Notes detailed, easy to understand algorithm steps
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:31067
    • 提供者:yaoli
  1. FCM

    0下载:
  2. FCM,C模糊聚类算法,用于图像分割处理,是原创matlab代码。-FCM C means matlab algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:苏提
  1. FuzzyCMeans

    0下载:
  2. 向weka平台添加fcm算法,之前的方法在3.5版本后不能用-Add to weka platform fcm algorithm, the previous method can not be used in the 3.5 version
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6203
    • 提供者:qwer
  1. FCMsuanfa

    0下载:
  2. 介绍一维FCM算法,一维的矩阵,直方图显示,还做了相应的比较。-FCM algorithm describes a one-dimensional one-dimensional matrix, histogram display, also made the corresponding comparison.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:杨璐
  1. FCM-Overfitting--Subtractive

    0下载:
  2. 此文件包含三个文件,分别是模糊均值聚类算法,过拟合和减法聚类。-This file contains three documents, namely fuzzy means clustering algorithm, over-fitting and subtraction clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1480
    • 提供者:woaini
  1. FCM

    0下载:
  2. 基于fcm的图像分割算法,可以基于此进行修改改进-Image segmentation algorithm based on FCM method
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15246951
    • 提供者:苏灿
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 20 »
搜珍网 www.dssz.com