CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 模糊C均值聚类

搜索资源列表

  1. improvedfcm

    1下载:
  2. fcm是模糊c均值聚类算法,确定聚类中心以后,通过循环迭代,确定最佳聚类中心
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6432
    • 提供者:zhourl
  1. 图像模糊C-均值聚类

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

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

    0下载:
  2. 采用模糊C均值对数据集完成聚类,并得到较好的结果-Using fuzzy C means clustering on the complete data set, and get better results
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:cjy
  1. VCfcm

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

    • 发布日期:2017-03-29
    • 文件大小:77888
    • 提供者:samari
  1. FuzzyCMeansClustering

    0下载:
  2. 使用C#语言实现了模糊C均值聚类,可以在特征提取中使用。-This code performs a fuzzy C-means clustering and segmentation of color images, can be used for feature extraction.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:139923
    • 提供者:Costas
  1. fcm

    0下载:
  2. 模糊C均值聚类算法实现数据挖掘的matlab源代码-Fuzzy C-Means clustering algorithm for data mining matlab source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4463
    • 提供者:sun
  1. Genetic-optimization-of-C-clustering

    0下载:
  2. 运用遗传优化算法优化模糊C均值聚类,通过全局自适应寻优,寻找出更为精确的模糊聚类中心-Using genetic optimization algorithm to optimize the fuzzy C-means clustering, global adaptive optimization to find a more precise fuzzy clustering center
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1346
    • 提供者:鹿丸九
  1. fuzzy-c-means

    0下载:
  2. 模糊C均值聚类算法,在C均值的基础上加入隶属度。-Fuzzy C-means clustering algorithm, on the basis of the C mean join the membership.
  3. 所属分类:Other systems

    • 发布日期:2015-11-07
    • 文件大小:3072
    • 提供者:寻仙问道
  1. code

    0下载:
  2. 模糊C均值聚类算法的实现,对图像进程分隔处理,提取图像的重点信息-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2672
    • 提供者:郁水锋
  1. FCMClust

    0下载:
  2. 采用模糊c均值聚类算法识别SF6电气绝缘设备缺陷类型。-FCM method using in PD diagnoising base on SF6 decomposition products.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2227
    • 提供者:董玉林
  1. FCMC

    0下载:
  2. 模糊C均值聚类算法 可直接运行-Fuzzy C-means clustering algorithm can be run directly. . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2953
    • 提供者:张磊
  1. GAFCM

    0下载:
  2. matlab编写的遗传算法优化的模糊C均值聚类算法-genetic algorithm optimize Fuzzy C means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1493
    • 提供者:王弘
  1. mohujvlei

    0下载:
  2. 该程序是基于MATLAB的模糊C均值聚类算法,该算法是MATLAB最基本的算法,对初学者很有用。-The program is based on MATLAB Fuzzy C-means clustering algorithm, which is the most basic of MATLAB algorithms, very useful for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:60811
    • 提供者:
  1. KFCM-master

    1下载:
  2. 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the origin
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:223232
    • 提供者:Cinly
  1. 常用聚类

    2下载:
  2. 常用聚类的MATLAB程序,调试均可用。包含k均值聚类、模糊C均值聚类、模糊减法聚类、谱系聚类(Common clustering MATLAB program, debugging are available. Including k-means clustering, fuzzy C-means clustering, fuzzy subtraction clustering, pedigree clustering)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:zz未
  1. 遗传算法应用于模糊C均值聚类

    0下载:
  2. 将遗传算法应用于模糊C均值聚类,可以取得不错的效果(The application of genetic algorithm to fuzzy C mean clustering can achieve good results.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:195584
    • 提供者:赵亮
  1. FCM+KFCM模糊C均值聚类分析算法

    5下载:
  2. FCM+KFCM聚类分析两种方法的比较,有聚类效果图(FCM+KFCM cluster analysis of the two methods of comparison, there is a clustering effect map.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:402432
    • 提供者:kelo
  1. 04657872GAFCM

    1下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码.模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。(Improved genetic algorithm and fuzzy C- means clustering MATLAB source. The fuzzy C- means algorithm is easy to converge to local m
  3. 所属分类:其他

    • 发布日期:2019-09-30
    • 文件大小:1024
    • 提供者:ggsdduman
  1. 模糊C均值聚类

    2下载:
  2. 该程序可以实现快速的点云的模糊C均值聚类,并且可以利用第二个命令对聚类后的点云进行自动提取。(The program can realize fast clustering of point clouds based on fuzzy C-means, and automatically extract the clustered point clouds by using the second command.)
  3. 所属分类:其他

    • 发布日期:2019-07-02
    • 文件大小:2048
    • 提供者:西江哥哥
  1. 模糊聚类R代码

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

    • 发布日期:2021-02-11
    • 文件大小:1024
    • 提供者:卡擦
« 12 »
搜珍网 www.dssz.com