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

搜索资源列表

  1. FCM

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

    • 发布日期:2017-05-10
    • 文件大小:2112943
    • 提供者:张瑞洁
  1. fcm

    1下载:
  2. 这是模糊c均值聚类的图像分割算法 用来实现图像的分割-this is a code of fuzzy c-means separating the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1734
    • 提供者:jijianpeng
  1. clusting

    0下载:
  2. 模糊C均值聚类的例程,matlab环境下-Fuzzy C-Means clustering routines, matlab environment
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:129002
    • 提供者:金浩
  1. FuzzyCMeansClustering

    0下载:
  2. Fuzzy C means clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:57979
    • 提供者:Hannibal Lecter
  1. mohucjunzhi

    0下载:
  2. 本人上传的代码是经过认真验证的,能够实现模糊c均值的自动分类,实用性很强,特别适合vc程序初学者。-I upload the code is carefully validated to achieve the fuzzy c-means of automatic classification, very practical, especially for beginners vc program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:611494
    • 提供者:胡宏志
  1. FCM_tool_box[by-liyang]

    0下载:
  2. FCM模糊C均值的工具箱,容易理解,可以直接使用-Fuzzy C-means FCM toolbox, easy to understand, you can directly use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:356976
    • 提供者:叶韬成
  1. F-0358

    0下载:
  2. Semi-Supervised algorithm based on Fuzzy C-Means
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:660872
    • 提供者:valmirf
  1. ENIA_Sessao_1_Artigo_2_Macario

    0下载:
  2. Algoritmo semi-supervisionado baseado no Fuzzy C-Means
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:110245
    • 提供者:valmirf
  1. FLICM

    0下载:
  2. FLICM是基于模糊局部信息C均值聚类方法,是对传统FCM聚类方法的最新改进方法,其效果明显优于传统算法。-A novel and robust FCM framework for image clustering called Fuzzy Local Information C-means (FLICM) clustering algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1536
    • 提供者:孙博
  1. Untitledmohujunzhi

    0下载:
  2. c均值模糊聚类算法在matlab环境中的实现源码-fuzzy c-means clustering algorithm in matlab environment to achieve source
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1502
    • 提供者:min
  1. FuzzyClusteringToolbox

    0下载:
  2. 模糊C均值聚类是在HCM的基础上改进而来的,更能客观合理的对样本进行分类。-Fuzzy C-means clustering is improved on the basis of HCM, the more objective and reasonable to classify the samples.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2073359
    • 提供者:
  1. kecheng2011

    1下载:
  2. 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-20
    • 文件大小:81920
    • 提供者:delen2096
  1. fcm1r

    0下载:
  2. 对图像进行模糊C均值算法聚类的一个源程序,可以学习一下算法。-The image fuzzy C-means clustering algorithm, a source, can learn about algorithms.
  3. 所属分类:matlab

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

    1下载:
  2. 模糊C均值聚类算法,对图像进行分类,图像处理,多类划分,SAR图像分类-Fuzzy c-means algorithm clustering algorithm, the image classification, image processing, many kinds of division, the SAR image classification
  3. 所属分类:Special Effects

    • 发布日期:2015-12-10
    • 文件大小:2604032
    • 提供者:cheng
  1. fcm4

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

    • 发布日期:2017-04-16
    • 文件大小:43940
    • 提供者:任 营
  1. FCM

    0下载:
  2. 模糊c均值聚类 FCM算法用matlab实现的,从随机初始化划分矩阵开始迭代。-Fuzzy C means clustering algorithm FCM realized by MATLAB, from the random initialization partition matrix starting the iteration.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5686
    • 提供者:xnzds
  1. kmeans

    0下载:
  2. 此代码为模糊C均值聚类的图象分割算法的MATLAB实现-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
  3. 所属分类:Special Effects

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

    1下载:
  2. 此代码为模糊C均值聚类的图象分割算法的MATLAB实现(与kmeans方法有所不同)-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:817
    • 提供者:赵晨
  1. fuzzykernal

    0下载:
  2. 又一种模糊C均值聚类的图象分割算法的MATLAB实现-Another fuzzy C-means clustering image segmentation algorithm in MATLAB to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:804124
    • 提供者:赵晨
  1. fcmlena2

    0下载:
  2. fuzzy c means algorithm for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1197
    • 提供者:shailu
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 26 »
搜珍网 www.dssz.com