CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - kmeans algorithm

搜索资源列表

  1. CVPRtoolbox-revision97

    0下载:
  2. 该工具箱的目的是要帮助人们理解计算机视觉方法引用另一种为在 matlab 的源代码。 因此,一些方法被 re-implemented,即使当其源代码不可用时,matlab 最初,具有方法。 例如 re-implemented kmeans 算法。-The aim of this toolbox is to present source codes in matlab as another kind of references for helping people to understan
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:95588
    • 提供者:yhy
  1. KMEANS

    0下载:
  2. kmeans算法的java实现,是一个applet程序,方便实用-java algorithm kmeans achieved applet is a program to facilitate the practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4167
    • 提供者:sogone
  1. KMEANS

    0下载:
  2. 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1971281
    • 提供者:天琪翼
  1. semi-ga

    0下载:
  2. 半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3136179
    • 提供者:kanstar
  1. Kmeans

    0下载:
  2.  Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4893
    • 提供者:sun
  1. kmeans

    0下载:
  2. k均值算法用Matlab实现,这个不太确定-k-means algorithm using Matlab achieve, this is not so sure
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1072
    • 提供者:吕杰
  1. kmeans

    0下载:
  2. Kmeans algorithm using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:687
    • 提供者:
  1. kmeans

    0下载:
  2. 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1643892
    • 提供者:周生勇
  1. kmeans

    0下载:
  2. 这是kmeans算法的c++实现,很实用-the kmeans algorithm _c_c++ achieve
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:981
    • 提供者:安依然
  1. kmeans--C---

    0下载:
  2. 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:2240
    • 提供者:安依然
  1. MATLAB-KMEANS

    0下载:
  2. 基于matlab的k均值算法,程序比较简单,适合初学者学习-Matlab k-means algorithm, the procedure is relatively simple, suitable for beginners to learn
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:23909
    • 提供者:凌晨
  1. matlab---Kmeans

    0下载:
  2. kmeans聚类算法,比较经典的算法,里面有讲解,容易理解-kmeans clustering algorithm to compare the classical algorithm, which has to explain, easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:7520
    • 提供者:张艳华
  1. d

    0下载:
  2. kmeans算法,实现数据分类,比人工更加准确科学-kmeans algorithm, data classification, more accurate than manual scientific
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:991162
    • 提供者:小静
  1. Kmeans

    0下载:
  2. C++控制台程序,实现的是K均值聚类算法,可供初学者参考。-C++ console program, realize that K-means clustering algorithm, for beginners reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:278802
    • 提供者:hantianzhe
  1. KMEANS

    0下载:
  2. K-means算法,一种典型的动态聚类算法,实现2维数据的聚类-K-means algorithm, a typical dynamic clustering algorithm to achieve two-dimensional clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:18909
    • 提供者:aier
  1. KClustering

    1下载:
  2. 用c++写的kmeans算法的一个小Demo-a small Demo for kmeans algorithm
  3. 所属分类:Other systems

    • 发布日期:2016-05-04
    • 文件大小:11336704
    • 提供者:太阳花
  1. KMEANS

    0下载:
  2. 转kmeans 算法源代码,希望对大家有帮助-Turn kmeans algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:李敏
  1. 基于数据挖掘的网络入侵检测

    0下载:
  2. 基于数据挖掘的网络入侵,针对传统的kmeans算法存在缺点,提出一种改进的kmeans算法进行网络入侵识别(Based on the network intrusion of data mining, an improved kmeans algorithm is proposed for network intrusion recognition based on the disadvantages of traditional kmeans algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:23552
    • 提供者:WAQ
  1. 聚类k-means

    3下载:
  2. 一个非常简单的kmeans算法,主要用于聚类分析,用户仅需要输入聚类数(A very simple kmeans algorithm, mainly for clustering analysis, users only need to enter the number of clusters)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:10240
    • 提供者:AAA哥
  1. H

    0下载:
  2. 自己编写的kmeans算法程序,是应用于模式识别的一种方法(The kmeans algorithm written by myself is a method applied to pattern recognition.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:圆脸君
« 12 3 4 »
搜珍网 www.dssz.com