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

搜索资源列表

  1. fcm

    0下载:
  2. fcm模糊C均值聚类算法的详细程序及其解释,程序可以运行-fcm detailed procedures and their interpretation of fuzzy C-means clustering algorithm, the program can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5446
    • 提供者:
  1. fast-fcm

    0下载:
  2. FCM源代码,专门用于图像分割的,速度很快-FCM source code, specifically for image segmentation, very fast
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2234
    • 提供者:白雪
  1. GA-FCM

    1下载:
  2. 遗传算法与FCM算法相结合实现图像分割,分割精度较好,速度较快-A combination of genetic algorithm and FCM algorithm to achieve image segmentation, segmentation accuracy is better, faster
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:843
    • 提供者:白雪
  1. improved-FCM

    1下载:
  2. 用LLE算法对视频帧进行降维处理,然后用FCM算法对其进行视频摘要关键帧提取-LLE algorithm to reduce the dimension of the video frame data dimensionality reduction, and then use the FCM algorithm for key frame extraction
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:7616
    • 提供者:冯燕
  1. fcm

    0下载:
  2. fcm图像分割 比较简单 容易学习 适合初学者-fcm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:880
    • 提供者:周晓美
  1. fcm

    0下载:
  2. 这个软件是专门利用FCM对图像进行计算的-This software is designed to take advantage of FCM calculated image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:3380
    • 提供者:陈媛媛
  1. FCM

    0下载:
  2. FCM算法,基本的分类算法,很好用,有例子直接仿照操作。-FCM Data set clustering using fuzzy c-means clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:11043
    • 提供者:ZhengShenhai
  1. c-means-(FCM)-

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

    • 发布日期:2017-11-17
    • 文件大小:866724
    • 提供者:best don
  1. FCM

    0下载:
  2. FCM一种聚类分类方法,用于自动分类聚类-The FCM a clustering classification for automatic taxonomy
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-23
    • 文件大小:402617
    • 提供者:商世博
  1. FCM

    0下载:
  2. FCM模糊聚类算方法的matlab实现,实现其基本功能-FCM fuzzy clustering algorithm method matlab to achieve, to achieve its basic function
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2119163
    • 提供者:彭智明
  1. FCM

    0下载:
  2. 模糊C均值聚类(FCM)的matlab代码,包括很详细的注释。适用于图像处理。-Matlab code fuzzy C-means clustering (FCM), including very detailed notes. Suitable for image processing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-10-31
    • 文件大小:15346
    • 提供者:jelly
  1. fcm

    0下载:
  2. fcm 聚类两个k近邻算法,k近邻的非正式描述,就是给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N),当k=1时,knn问题就变成了最近邻问-fcm cluster
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:35881
    • 提供者:张芳俊
  1. Fcm

    0下载:
  2. FCM Data set clustering using fuzzy c-means clustering. [CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of clusters in the data set DATA. DATA is size M-by-N, where M is the number of data points and N is the number of coor
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1237
    • 提供者:almosawi
  1. FCM-matlab

    0下载:
  2. fcm聚类算法 是一个课程设计 前面是概述 后面有源代码 -FCM clustering algorithm is a course in front of the design is to provide an overview of the source code behind
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:708293
    • 提供者:胡爹
  1. FCM

    0下载:
  2. VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。-Realized VC++ FCM algorithm demo program, FCM algorithm is a cl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:47849
    • 提供者:孙松青
  1. FCM

    0下载:
  2. 模糊聚类算法-----FCM算法,在VC环境下-Fuzzy clustering algorithm----- FCM algorithm, VC environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:2277856
    • 提供者:minmin
  1. fcm

    0下载:
  2. FCM算法的MATLAB代码实现(原创),可直接运行得到实验结果。-The realization of FCM algorithm, run it and you will get the figure.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:701
    • 提供者:ziye
  1. FCM

    1下载:
  2. 基于matlab iris数据集的FCM(模糊C)聚类,适于matlab和聚类分析的入门学习。-failed to translate
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-12
    • 文件大小:5936
    • 提供者:武峥
  1. fcm

    1下载:
  2. 基于matlab的fcm(模糊C)图像分割代码,适于matlab和图像分割入门学习-failed to translate
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:105131
    • 提供者:武峥
  1. fcm

    0下载:
  2. FCM聚类模型,通过load本地数据就可以聚类出分类。-FCM clustering model
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:6740
    • 提供者:肖帅
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 36 »
搜珍网 www.dssz.com