搜索资源列表

  1. validity

    0下载:
  2. 对matlab工具箱中的FCM相关函数进行改进,模糊c-均值有效性检验-Matlab toolbox for FCM-correlation function to improve the effectiveness of fuzzy c-means test
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:gaochunhui
  1. FCM_Cluster

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divide
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:368640
    • 提供者:Alpha
  1. FCM_Cluster

    0下载:
  2. 首先介绍模糊集基本知识 其次K均值聚类算法(HCM)介绍 最后重点介绍了模糊C均值聚类, 模糊聚类是一种很重要思想,最近再图像处理中就用的了这种思想,也算是一点思维创新-First of all, introduce basic knowledge of fuzzy sets was followed by K-means clustering algorithm (HCM) focuses on the introduct
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:huiguiyang
  1. improvedfcm

    0下载:
  2. fcm是模糊c均值聚类算法,确定聚类中心以后,通过循环迭代,确定最佳聚类中心-FCM is a fuzzy c means clustering algorithm to determine the cluster center, the adoption cycle of iteration, to determine the optimal cluster center
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:zhourl
  1. segment

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking i
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1713152
    • 提供者:zhourl
  1. improvedregion3

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:zhourl
  1. fcm789.ZIP

    0下载:
  2. 模糊C均值聚类算法的MATLAB实现,比较经典的程序-Fuzzy C-means clustering algorithm to achieve MATLAB, compare the classic procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:林雨
  1. FuzzyCMean

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

    • 发布日期:2024-05-17
    • 文件大小:82944
    • 提供者:lihui
  1. meanvar

    0下载:
  2. C均值算法用于图像分割(matlab打开),已经调试过的-C Means Algorithm for Image Segmentation (matlab open), have been debug
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王志远
  1. julei

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:123904
    • 提供者:alexandar
  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编程

    • 发布日期:2024-05-17
    • 文件大小:81920
    • 提供者:hbtmthj
  1. FCMSegmentation

    0下载:
  2. FCM 模糊C均值聚类算法。使用说明:这是一个可以人机交互的FCM算法,首先使用鼠标圈定一个矩形区域,则算法自动施加于目标区域:) Have Fun :)-FCM fuzzy C means clustering algorithm. Usage: This is a can of HCI FCM algorithm, the first to use the mouse a rectangular area delineation,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:132096
    • 提供者:zxr
  1. ChooseInitialCentres

    0下载:
  2. 模糊C均值初始聚类中心的选择,供初学者参考-Fuzzy C-means clustering center of the initial choice of reference for beginners
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:55296
    • 提供者:张彦
  1. FCM

    0下载:
  2. 模糊C-均值(FCM)聚类算法,用MATLAB程序编写。-FCM clustering algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:angelp
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 sam
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:liz
  1. fcm

    0下载:
  2. 模糊C均值分类,用于图像处理中 很好用的,极力推荐 -Fuzzy C-means classification, used for image processing in a very good use, and strongly recommend
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:zf_528
  1. Cmeansalgorithmmatlabprocessprocedures

    0下载:
  2. C均值法的程序算法matlab 程序,本程序用MATLAB实现了聚类分析的功能,保存tex文件中,无数据-C-means algorithm matlab process procedures, the procedures used MATLAB implementation of the cluster analysis function, preservation of tex file, no data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:郭子中
  1. mh

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:566272
    • 提供者:qht
  1. FCM

    0下载:
  2. 利用模糊C均值图像分割,此为matlab环境下的仿真代码.-Using fuzzy C-means image segmentation, this matlab code simulation environment.
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:403456
    • 提供者:王磊
  1. fcm

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张淘
« 1 2 3 45 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org