搜索资源列表

  1. C-FuzzyCluster]

    0下载:
  2. 用vb实现的C均值聚类分析,并可一自动画出聚类图,超经典。自己写这段代码可是会吐血的哦。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22913
    • 提供者:赵云
  1. c-mean

    0下载:
  2. C-means 算法,模式识别中常用到的C均值聚类算法,使用VC开发,版权归开发者所有
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34564
    • 提供者:门昌骞
  1. K均值聚类算法

    1下载:
  2. 是模式识别中的一种分类算法,用C++编程,很实用。
  3. 所属分类:图形/文字识别

    • 发布日期:2009-03-11
    • 文件大小:201115
    • 提供者:hjy_156@163.com
  1. c-junzhi

    0下载:
  2. 一个关于c均值的聚类源程序,在matlab下运行-one on the c-means clustering source, operating under the Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. Kmeans

    0下载:
  2. 包含两个文件KMEAN.h,KMEAN.CPP,使用方法非常简单,将数据存成.dat文件,即可对其进行K均值聚类-Consists of two documents KMEAN.h, KMEAN.CPP, very simple to use, the data saved as. Dat file can be K-means clustering
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:XSSun
  1. Kmean_c

    0下载:
  2. 聚类分析最基本的K均值算法的C语言实现程序-Cluster analysis of the basic K-means algorithm of C language procedures realize
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王璐瑶
  1. k-means

    0下载:
  2. 数据挖掘中的k均值算法,应该属于聚类分析的,c语言版。-Data Mining k-means algorithm, should belong to cluster analysis, c language version.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:师帅
  1. KMEAN

    0下载:
  2. 聚类分析算法中的最基本的K均值算法C++实现程序-Cluster analysis algorithm of the basic K-means algorithm C++ Realize procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李超
  1. AimprovedFuzzyCMeans

    0下载:
  2. 关于模糊c-均值算法改进及其对卫星遥感数据聚类的对比,文章对模糊c-均值算法提出一改进意见,并通过实践证明。-On the fuzzy c-means algorithm to improve its impact on satellite remote sensing data clustering contrast, article on the fuzzy c-means algorithm to improve the one
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:158720
    • 提供者:马宝秋
  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-20
    • 文件大小:368640
    • 提供者:Alpha
  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-20
    • 文件大小: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-20
    • 文件大小:9216
    • 提供者:zhourl
  1. ChooseInitialCentres

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

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

    0下载:
  2. FLICM一种基于模糊局部信息C均值聚类方法,是对传统FCM聚类方法的最近改进方法,具有更强的鲁棒性,效果明显优于传统算法。-A novel and robust FCM fr a mework for image clustering called Fuzzy Local Information C-means (FLICM) clustering algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:孙博
  1. FCM

    0下载:
  2. FCM算法,清晰明了,很好的呈现了模糊C均值聚类算法的过程,注解 非常清楚!!(FCM suan fa,hen hao de xheng xian le mo hu c jun zhi ju lei suan fa de guo cheng ,zhu jie fei chang qing chu .)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:baiyun
  1. 聚类分类实验

    0下载:
  2. 利用相似性准则和聚类准则函数,C-均值聚类算法,实现模式识别中的分类(By means of similarity criterion and clustering criterion function, C- mean clustering algorithm is used to realize classification in pattern recognition)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:123904
    • 提供者:ivy2017
  1. 04657872GAFCM

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ggsdduman
  1. 模拟退火和模糊C均值分类

    0下载:
  2. 遗传模拟优化初始聚类中心,模糊C均值聚类(Genetic algorithm is used to optimize initial clustering centers and fuzzy C means clustering.)
  3. 所属分类:matlab例程

  1. FLICM_Matlab

    0下载:
  2. 利用FLICM算法进行图像聚类的matlab程序代码,相对于FCM(模糊C均值聚类)算法具有较强的抗噪能力。(FLICM image clustering algorithm matlab code, with respect to FCM algorithm (Fuzzy C-means Clustering) it has a strong anti-noise ability.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zbinkai
  1. 2b509aabc32f4a3be87b452a94226f45

    0下载:
  2. 结合模糊C均值聚类算法与水平集方法的图像分割代码,分割效果良好。(The image segmentation code based on fuzzy c-means clustering algorithm and level set method has a good segmentation effect.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2019-03-11
    • 文件大小:1057792
    • 提供者:zxy0504
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »

源码中国 www.ymcn.org