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

搜索资源列表

  1. GAFCM

    0下载:
  2. 遗传算法和模糊C-均值聚类相结合的MATLAB程序-Combination of genetic algorithms and fuzzy C-means clustering MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1385
    • 提供者:孙东旭
  1. kmeans

    0下载:
  2. 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:3070
    • 提供者:夜水晶
  1. 73462683ClusterImageSeg

    0下载:
  2. 模糊均值聚类FCM算法对图像的颜色聚类 进行图像分割 聚类个数和聚类中心都是事先决定的-Fuzzy-means clustering algorithm FCM clustering for color image segmentation and clustering the number of cluster centers are determined in advance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:514942
    • 提供者:小五子
  1. kmeans

    0下载:
  2. k均值算法源代码实现用于计算客户价值c编程-k-means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:13607
    • 提供者:lijianping
  1. c_mean

    0下载:
  2. 用matlab实现的c均值聚类算法,用于图像分割,分割效果很好-Matlab achieved with c-means clustering algorithm for image segmentation, segmentation well
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1527
    • 提供者:赵伟
  1. kmeans

    1下载:
  2. 基于C++的模糊k均值算法,采用的集成软件开发环境为vc-It is the codes of Fuzzy k-means,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-15
    • 文件大小:2679
    • 提供者:陈伟
  1. C__julei

    0下载:
  2. 一种非常实用的C均值聚类算法,可以用于数据挖掘、图像分割等领域-A very useful C-means clustering algorithm can be used for data mining, image segmentation and other areas of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1762
    • 提供者:hanguang
  1. PatternRec

    0下载:
  2. 关于 模式识别 中 C均值 和ISODATA 算法的C++实现 程序以一个二维的数据为例 真实的展现出两类算法的效果-implement C_Means and ISODATA algorith. Taking 2-D data foe example, show the effect of the two algoriths.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1150894
    • 提供者:diode
  1. kmeanC

    0下载:
  2. k均值聚类算法的C++实现,在VC2003下调试通过。-k-means clustering algorithm C++ implementation, the VC2003 debug through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1052071
    • 提供者:logor
  1. K_C

    0下载:
  2. K均值算法C语言实现:算法描述: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-K means algorithm C language implementation: Algorithm Descr iption: for a given number of classes K, the N objects assigned to a class K to go, making within-class similarity be
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1906
    • 提供者:魏志鹏
  1. cluster

    0下载:
  2. k均值聚类算法 c语言实现的!!!!! -k-means clustering algorithm c language to achieve! ! ! ! !
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:328425
    • 提供者:jianying059
  1. PixelFusion

    0下载:
  2. 图像融合算法及质量评价的程序,其中有HIS、PCA、WAVELET及BROWEY等算法,评价参数有均值、梯度、熵、相关系数等。-image fusion (his pca wavelet browey) mean etc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3151176
    • 提供者:肖飞
  1. C_means

    0下载:
  2. C均值聚类算法程序,适合初学值,通过理解程序,能对该算法有比较深的了解-c means for the junior ,it is a good material
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2081
    • 提供者:fanta
  1. JuLei

    0下载:
  2. c语言编写的 C均值 聚类算法源程序,速度很快-c language source code of the C-means clustering algorithm, very fast
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:741744
    • 提供者:李春生
  1. k-means

    0下载:
  2. C++版,简单的实现k-均值算法。-C++ version, a simple realization of k-means algorithm. .............
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:919140
    • 提供者:李胜杰
  1. ordinary_algorithm_for_pattern_recognition

    1下载:
  2. 使用C语言实现的一些简单模式识别聚类算法,用于简单的二维坐标系点的聚类。有最短距离算法、K均值算法、近邻算法、fcm算法、最大最小距离算法。-Using the C language implementation of some simple pattern recognition clustering algorithm for a simple two-dimensional coordinate system point of clustering. Has the shortest di
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4983
    • 提供者:lee
  1. k-means

    0下载:
  2. k-均值聚类算法c语言版,经验证测试是可以运行
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2632
    • 提供者:张莹
  1. KMEANS

    0下载:
  2. 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:30267
    • 提供者:李梦
  1. kmeans

    0下载:
  2. 好的k均值算法 比较简单 运行速度快,C语言编写-Good k means algorithm is fast simple
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:张雪
  1. juleifenxi

    0下载:
  2. 基于C#.net实现了聚类分析的K均值算法-Based on C#. Net realized cluster analysis K-means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:45750
    • 提供者:super
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com