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

搜索资源列表

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

    1下载:
  2. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1508
    • 提供者:丁亮
  1. 008

    0下载:
  2. 文对模糊C.均值(FCM)聚类算法的一种改进算法一特征加权的 FCM(WFCM)聚类算法,与FCM算法进行了测试比较。-Paper on fuzzy C. Mean (FCM) clustering algorithm An improved algorithm for a feature weighted FCM (WFCM) clustering algorithm, FCM algorithm was tested with the comparison.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2243619
    • 提供者:王三
  1. fastkmeans_cpp

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K mean
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:26466
    • 提供者:白浩
  1. K_Average

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K means
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:186351
    • 提供者:白浩
  1. KMEANS

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K means
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:344330
    • 提供者:白浩
  1. CBk

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K means
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3195693
    • 提供者:白浩
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 23 »
搜珍网 www.dssz.com