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

搜索资源列表

  1. Fcm

    0下载:
  2. 采用FCM(模糊C均值)算法将数据集data聚为cluster_n类(FCM (fuzzy C means) algorithm is used to aggregate the data set data into cluster_n class)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:Kry
  1. GA-FCM

    1下载:
  2. 使用遗传算法优化fcm算法对初始值敏感的问题,得到全局最优解,求出聚类中心作为fcm算法的输入(Using genetic algorithm and optiml fcm algorithm solving initial,get the best solution and make the initial cluster to be the input)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:ZachZZZ
  1. fcm

    0下载:
  2. 模糊聚类识别,用于模式识别,这个是从互联网下载的(Fuzzy clustering recognition, used for pattern recognition, this is downloaded from the Internet)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:5120
    • 提供者:zack9017
  1. fcmC

    0下载:
  2. FCM模糊聚类识别算法,可用于信号处理中的模式识别(FCM fuzzy clustering recognition algorithm can be used for pattern recognition in signal processing)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:zack9017
  1. 9-3-模糊c均值FCM.ppt

    1下载:
  2. FCM stands for function comes before me.
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:113664
    • 提供者:jjjjjjjjj99
  1. FCM

    0下载:
  2. 非常好用的一种图像处理算法,适用于各种图像处理,个人亲测代码好用(Image processing algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:1642496
    • 提供者:胖子一哈
  1. FCM_NEW

    0下载:
  2. MATLAB编写的FCM算法,已通过验证,FCM函数已经独立化,可以直接使用(The FCM algorithm written by MATLAB has been verified that the FCM function has been independent and can be used directly.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-11
    • 文件大小:3072
    • 提供者:张tt
  1. fcm

    1下载:
  2. 一个简单的模糊聚类的实例,实现了模糊聚类的基本原理,代码通俗易懂,带有数据集,可以直接运行(A simple example of fuzzy clustering, fuzzy clustering to achieve the basic principles of code easy to understand, with a data set, you can run directly)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:yuyinghua
  1. fuzzycm

    0下载:
  2. FCM(模糊c均值聚类函数)的一个实例,通过matlab实现这一经典的模糊算法(An example of FCM based on matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:热心市民
  1. FCM

    0下载:
  2. 利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(The method of fuzzy C clustering (FCM) is used to segment the color image. In the period of time, the feature vectors can be used to characterize the features of the image.)
  3. 所属分类:图形图象

  1. fcm1

    0下载:
  2. 此程序采用 FCM,模糊c 均值方法,用于边缘检测(This program uses FCM, fuzzy C mean method, for edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:发神经
  1. FCM

    0下载:
  2. 实现灰度图像的模糊C均值聚类,并显示迭代次数和迭代结果(The fuzzy C mean clustering of gray image is realized, and the number of iterations and iterations are displayed.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:aallo
  1. cal_SC_Fuzzy_Partition

    1下载:
  2. 模糊聚类FCM 能够实现数据的分类与分组,确定聚类数,进行模糊划分(Fuzzy clustering FCM can achieve data classification and grouping, determine the number of clusters, fuzzy partition)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:蘑菇姑娘
  1. 2.2 图像分割技术

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。(The FCM algorithm is a partition-based clustering algorithm. Its idea is to make the similarity among the obj
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:754688
    • 提供者:EMC
  1. fcm算法解释

    0下载:
  2. 包含基于matlab的粗糙模糊c均值算法实现及相关解释说明(Include matlab based programs and instructions)
  3. 所属分类:图形图像处理

  1. 代码

    1下载:
  2. 模糊聚类方法的图像分割,即使用模糊C均值方法多次迭代产生聚类中心,分割图像(Image segmentation of FCM)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:56320
    • 提供者:zyingying
  1. FCM,模糊C均值聚类的MATLAB实现[matlab]-FCM

    0下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means algorithm (FCMA) or FCM. Among many fuzzy clustering algorithms, the fuzzy C-means (FCM) algor
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:五道杠骚年
  1. 用FCM实现分割

    1下载:
  2. 基于模糊C-均值聚类算法的图像分割,消除二值分割的非此即彼的缺陷(Image segmentation based on fuzzy C- means clustering algorithm eliminates the defects of two value segmentation.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-04
    • 文件大小:123904
    • 提供者:Lucifer4210
  1. FCM聚类算法

    4下载:
  2. 基于矩阵模块化模糊聚类的图像分割,里面包括源代码,以及实验前后的图片(Image segmentation based on matrix modularized fuzzy clustering)
  3. 所属分类:其他

    • 发布日期:2019-02-19
    • 文件大小:909312
    • 提供者:巴黎无梦
  1. MRF_FCM

    5下载:
  2. 实现模糊聚类算法(FCM)与马尔科夫随机场空间约束(MRF)的图像分割、SAR图像变化检测(Fuzzy Cluster Method and Markov Random Field for Image Segmentation or SAR Change Detection)
  3. 所属分类:图形图象

    • 发布日期:2019-10-11
    • 文件大小:5414912
    • 提供者:珊瑚海枫
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 40 »
搜珍网 www.dssz.com