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

搜索资源列表

  1. Cjunzhi

    0下载:
  2. 模式识别的C均值聚类算法,用C语言编写的,可运行
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:35669
    • 提供者:HY
  1. k-means

    0下载:
  2. 这是K均值算法,采用c语言编写,K的取值为2,大家可以改变K的值来进行测试
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:108665
    • 提供者:Gang Li
  1. FCM_Cluster

    0下载:
  2. 首先介绍模糊集基本知识 其次K均值聚类算法(HCM)介绍 最后重点介绍了模糊C均值聚类, 模糊聚类是一种很重要思想,最近再图像处理中就用的了这种思想,也算是一点思维创新
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17908
    • 提供者:huiguiyang
  1. improvedfcm

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

    • 发布日期:2008-10-13
    • 文件大小:6432
    • 提供者:zhourl
  1. fcm789.ZIP

    0下载:
  2. 模糊C均值聚类算法的MATLAB实现,比较经典的程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5721
    • 提供者:林雨
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4072
    • 提供者:韩磊
  1. KC.tar

    0下载:
  2. 是K均值算法的一个Linux下的编译的程序,用标准C++编写的-K-means algorithm is a Linux compiler procedures used to prepare the standard C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1080268
    • 提供者:冼华
  1. 均值聚类算法

    0下载:
  2. C-Fuzzy均值聚类算法采用的是给定类的个数K,将N个元素(对象)分配到K个类中去使得类内对象之间的相似性最大,而类之间的相似性最小。
  3. 所属分类:GDI/图象编程

  1. 桌面\遗传算法改进的模糊C-均值聚类

    0下载:
  2. 所属分类:图形图象

  1. Watermark_zs.rar

    0下载:
  2. 用c语言实现一种基于DCT系数均值的盲水印算法,C language implementation with a mean value based on the DCT coefficient of the Blind Watermarking Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:733551
    • 提供者:杨毅
  1. ImageClustering.rar

    0下载:
  2. 本程序实现了K均值(HCM)算法,ISODATA算法,模糊C均值(FCM),模糊阈值法等对遥感影像的分割。,This program implements K means (HCM) algorithm, ISODATA algorithm, fuzzy C means (FCM), fuzzy threshold law of remote sensing image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3361215
    • 提供者:wll
  1. demo

    1下载:
  2. 实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:256007
    • 提供者:Haha
  1. K-means_clustering_demo

    0下载:
  2. K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:75604
    • 提供者:leo
  1. K-Means

    0下载:
  2. K均值聚类算法 C++实现的K均值聚类算法。-K means clustering algorithm C++ Achieved K-means clustering algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-06-30
    • 文件大小:179490
    • 提供者:ellen
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10711
    • 提供者:刘斌
  1. Species

    0下载:
  2. 使用VS2005编写的MFC应用程序,实现了基于C均值聚类算法 和 ISODATA聚类算法 。具有直观人性化测试界面。-Written in MFC using VS2005 application, implementation based on C-means clustering algorithm and ISODATA clustering algorithm. With an intuitive user-friendly test interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9590812
    • 提供者:李春生
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. fcm

    1下载:
  2. 核聚类算法FCM算法及性能分析,有图片,FCM模糊C均值图象,有窗体-Kernel clustering algorithm FCM algorithm and performance analysis, pictures, FCM fuzzy C means the image has the form
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:402688
    • 提供者:yu tao
  1. MeanShift

    0下载:
  2. 均值漂移算法中很牛的外国人写的文章,非常值得学习-A very good paper about means_shift.Reading it ,you can learn a lot.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2999618
    • 提供者:zhounan
  1. fcm

    1下载:
  2. 介绍几种模糊c均值聚类算法,利用该算法进行点云以及图像的分割。-fuzzy c means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2115584
    • 提供者:张青华
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com