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

搜索资源列表

  1. 模糊c-均值算法是模糊聚类

    2下载:
  2. 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:9098
    • 提供者:feifei
  1. c-均值算法

    0下载:
  2. 模式识别中的C均值算法演示程序,具体内容见说明文档,及效果图。 自我感觉还可以,请大家帮忙,提提意见。-pattern recognition algorithm in C - Means Demonstration Program, the specific content of documentation, and effectiveness map. A sense of self can, please help make a suggestion.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:126103
    • 提供者:haha
  1. 模糊C-均值算法

    0下载:
  2. 模糊C -均值优化算法
  3. 所属分类:源码下载

    • 发布日期:2010-09-10
    • 文件大小:10604023
    • 提供者:mountaintao
  1. fcm算法

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。
  3. 所属分类:Windows编程

  1. 图像模糊C-均值聚类

    3下载:
  2. 图像聚类分割是图像处理的基本操作,该文件含有C-均值聚类分割算法思想以及matlab源程序
  3. 所属分类:其它

    • 发布日期:2011-05-30
    • 文件大小:618842
    • 提供者:xiaomeijiaojiao
  1. FuzzyCMean.zip

    0下载:
  2. 图像处理 模糊C均值算法 MATLAB代码 压缩包解压时没有密码,Image processing fuzzy C means algorithm MATLAB code extracting compressed package without a password
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:83169
    • 提供者:lihui
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1514
    • 提供者:孙准
  1. meanvar

    1下载:
  2. C均值算法用于图像分割(matlab打开),已经调试过的-C Means Algorithm for Image Segmentation (matlab open), have been debug
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:904
    • 提供者:王志远
  1. 3333333

    0下载:
  2. C均值算法的实现,他是聚类的常见的应用,适合于学习模糊数学的人学习,在VC6.0中运行并通过。-C-means algorithm, he is the common clustering applications, suitable for fuzzy mathematics learning to learn, in VC6.0 run and do pass.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:82370
    • 提供者:hbtmthj
  1. Fuzzy

    0下载:
  2. 模糊c均值算法参数仿真,描述算法及比较结果。-Fuzzy c-means algorithm simulation parameters describing the algorithm and compare the results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:524653
    • 提供者:沈燕
  1. fcm

    0下载:
  2. 在VC开发环境下实现的模糊C均值算法(FCM),功能已经通过测试。-VC development environment in the realization of the fuzzy C-means algorithm (FCM), features have been tested.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:82856
    • 提供者:史晓雨
  1. FCM

    2下载:
  2. 模糊c均值算法,该代码可实现脑肿瘤的分割,效果不错。代码中的GUI直接运行好像有问题,要重新编译。-this code is about FCM.it can carry out the segmentation of brain tumor .the GUI need to compile at the beginning and cannot use it directly
  3. 所属分类:Special Effects

    • 发布日期:2015-10-12
    • 文件大小:281606
    • 提供者:校尉
  1. C3

    1下载:
  2. MATLAB的基础模糊c-均值算法,可以直接运行-fuzzy clusting
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:21489
    • 提供者:wangyue
  1. c_mean

    0下载:
  2. c均值算法对数据进行分类,数据如data.txt格式。-c means algorithm for data classification
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1407
    • 提供者:赵伟龙
  1. C-means-clustering

    0下载:
  2. C均值算法是一种很好的动态聚类算法,在实际中具有很高的应用价值。-C means algorithm is a good dynamic clustering algorithm, in practice has a high application value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1034
    • 提供者:赵兴旺
  1. FCM-C-mean-cluster-segment-[matlab]

    1下载:
  2. 模糊C均值聚类的matlab实现,模糊C均值聚类是一种利用模糊数学做的聚类方法,属于图像分割的一种。可利用聚类结果用于图像分析和识别。-FCM,C mean cluster segment [matlab].rar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:6063
    • 提供者:3rdo
  1. c均值算法 杨帆 2015223030075

    2下载:
  2. 模式识别的c均值算法,可直接使用,matlab源代码(C mean algorithm of pattern recognition, can be used directly)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:175104
    • 提供者:年时
  1. 模糊C均值算法

    0下载:
  2. 亲测,能实现模糊C均值聚类的MATLAB程序(MATLAB program that can realize fuzzy C mean clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:duanwu
  1. 模糊C均值聚类算法

    1下载:
  2. 模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective function, and determines the classifi
  3. 所属分类:matlab例程

    • 发布日期:2018-03-24
    • 文件大小:2048
    • 提供者:夜曲独声
  1. c均值

    1下载:
  2. 模式识别c均值算法,较为简单的坐标分类。(C-means algorithm for pattern recognition, relatively simple coordinate classification.)
  3. 所属分类:其他

    • 发布日期:2020-10-15
    • 文件大小:1024
    • 提供者:旻枍不知枯
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com