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

搜索资源列表

  1. WallFlower

    0下载:
  2. WallFlower算法实现中涉及到的两个基础算法的实现,分别是线性预测,和k均值算法,很方便的调用。-Algorithm WallFlower involved in both basis algorithm, namely linear prediction, and the k-means algorithm, it is convenient to call.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:51856
    • 提供者:欧阳博
  1. kjz

    0下载:
  2. 这个文件主要是实现了K-均值聚类算法,需要输入k的数目,可以直接连接运行-This file is mainly implemented K-means clustering algorithm, need to enter the number of k can be directly connected to run
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:39366
    • 提供者:yang
  1. k-means_clustering

    0下载:
  2. k means clustering k-均值聚类算法c语言版-k means clustering c k-均值聚类算法c语言版
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1881
    • 提供者:aboseek
  1. kmeans

    0下载:
  2. 关于K均值聚类的算法,对搞人工智能的有用-With regard to K-means clustering algorithm, to engage in a useful artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:486977
    • 提供者:胡刚
  1. Kmeans

    0下载:
  2. 用vc++很好的实现了K均值聚类算法的研究,这是一完整的用VC++实现的程序,有效地完成了模式识别-Using vc++ achieved a very good K-means clustering algorithm, which is a complete implementation using VC++ program, the efficient completion of the pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:194358
    • 提供者:黄静
  1. Kjl

    0下载:
  2. 这是K均值聚类算法 对图像颜色进行聚类 然后对图像分割源代码-This is the K-means clustering algorithm for image clustering and then color image segmentation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:133730
    • 提供者:李琴
  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. KmeansVC

    0下载:
  2. 用MFC倾力打造的K均值算法,附有数据集,该数据集4177行记录,8维属性的元组 界面友好,功能基本实现。-Using MFC gourmet k-means algorithm, with the data collection, data collection, 8 dimension record 4177 did the tuple. Attributes Friendly interface, basic function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:94507
    • 提供者:shelleyhacker
  1. KMEANS

    0下载:
  2. K-Means动态聚类算法源程序。可以用来发现社团结构。-Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:252199
    • 提供者:刘长棕
  1. Kjunzh

    0下载:
  2. 模式识别中的K均值算法,学生自己编的,如有不足还请指正-Pattern Recognition in the K-means algorithm, the students themselves compiled and, if less than requested correction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1368
    • 提供者:guoke
  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. 一个很好的C均值聚类算法!通过运行此文件可以很好的进行数据的分类。-K-means
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:章红燕
  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. c_mean

    0下载:
  2. 这是一个matlab程序,其目的是实现k均值算法, 可以运行,只是稍有错误,希望大家谅解 -This is a matlab program, which aims to achieve k means algorithm, you can run, just a little mistake, I hope you understand
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2736
    • 提供者:李伟
  1. K_Means

    0下载:
  2. K均值算法,实现一种动态聚类法--迭代自组织数据分析算法,这是一种较为简单的K均值算法-K means algorithm, to achieve a dynamic clustering method- iterative self organizing data analysis algorithm, which is a relatively simple K-means algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1648
    • 提供者:xiaohu
  1. 845

    0下载:
  2. 对电路板的图像进行分割,可以提取电路板中的目标物,以对电路板进行检测。文章使用K均值聚类算法完成对电路板图像的分割,针对传统的K均值聚类算法的不足,提出了使用直方图波形的有效波峰个数来确定K值的大小,并通过使用一种比传统的绝对误差的表示更简洁的表达式,达到了快速分割的目的。对一些电路板图像分割的实验结果表明,文章的方法能够根据目标物的数目有效的确定K值的大小,且比传统的K均值算法减少了运算量及计算时间。-On the circuit board image segmentation, to ex
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:635959
    • 提供者:王一
  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 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com