搜索资源列表

  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. fcm

    0下载:
  2. fkm算法实现,主要应用于图像处理,数据挖掘 -FKM algorithm, mainly used in image processing, data mining
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:tonyan
  1. MyImageDB(WatershedandFCM)

    0下载:
  2. 先对图像进行开闭滤波,再使用分水岭分割图像,然后使用FCM对初始分割进行聚类,得到最终分割结果,对医学图像效果比较好。-First opening and closing image filtering, re-use watershed segmentation images, then use the FCM clustering of the initial partition, the final segmentation re
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:680960
    • 提供者:xiaochunlei
  1. subfcm

    1下载:
  2. 该算法是结合减法聚类与FCM聚类算法融合的远代码。算法通过融合这两种算法,从而可以直接在线确定聚类数目。-The algorithm is combined with Subtractive Clustering with FCM Clustering Algorithm far integration code. Algorithm through the integration of these two algorithms, wh
  3. 所属分类:matlab例程

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

    0下载:
  2. Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k)                                 Update U(k) , U(k+1
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:391168
    • 提供者:魏嘉
  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for
  3. 所属分类:GPS编程

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

    0下载:
  2. 用matlab实现了FCM图像分割,分割效果较好。有说明-Matlab achieved using FCM image segmentation, segmentation better. Described
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

    0下载:
  2. 自我感觉是很好的matlab程序,希望对大家有用-Is a very good sense of self, matlab program, in the hope that useful
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. FCM算法,用Java实现的,是很不错的程序,在eclipse里面通过。-FCM algorithm, using Java to achieve, is a very good procedures, which passed in eclipse.
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 很好的模糊聚类算法 用MATLAB编写的-Good fuzzy clustering algorithm using MATLAB prepared
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:汪君
  1. GA-FCM

    0下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改-Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:许翔
  1. GOFuzzyv1.0

    0下载:
  2. 数据挖掘,多种聚类算法.FCM, HCM, SVM, 等各种柔性聚类方法。-Data mining, a variety of clustering algorithms. FCM, HCM, SVM, such as flexible clustering method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:8273920
    • 提供者:xuchen
  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. jake_fcm

    0下载:
  2. FCM聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。-fuzzy clusters method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1940480
    • 提供者:kt
  1. fcmapp

    0下载:
  2. 利用FCM方法进行图像分割,比经典的分割方法效果要好-FCM method using image segmentation, segmentation than the classical method is better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李萍
  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. FCMPCMclusterinalgorithmMATLABprocedures

    0下载:
  2. FCM,PCM聚类算法MATLAB程序,简单但能运行-FCM, PCM clustering algorithm MATLAB procedures, but easy to run
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:郭子中
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »

源码中国 www.ymcn.org