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

搜索资源列表

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

    0下载:
  2. kmeans clustering genetic algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4829
    • 提供者:Pezhman
  1. kmeans

    0下载:
  2. kmeans.c from opencv
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2492
    • 提供者:pudn
  1. K-means

    0下载:
  2. kmeans算法代码,已经通过验证,可以正常使用,没有病毒
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:8826
    • 提供者:dfdsfds
  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. 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-04
    • 文件大小:2240
    • 提供者:安依然
  1. KMeans

    0下载:
  2. kmeans的算法,利用欧氏距离来算,c-kmeans c++
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:1233486
    • 提供者:何智明
  1. kmeans

    0下载:
  2. kmeans函数:输入为类别数量k和数据矩阵A;输出为聚类结果A,和迭代次数-the kmeans functions: input number of categories k and data matrix A output of clustering results A, and the number of iterations
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2019
    • 提供者:刘欢
  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-16
    • 文件大小:7520
    • 提供者:张艳华
  1. kmeans

    0下载:
  2. kmeans聚类,c++源代码,任意中心点选择,迭代到收敛-kmeans clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:2631
    • 提供者:irrisa
  1. Kmeans

    0下载:
  2. 实现Kmeans,输入是txt文本文件,输出也是,结构清晰易懂,是非常好的Kmeans代码,个人觉得比opencv自带的kmeans函数好用-Achieve Kmeans, input is a txt file, the output is also a clear structure to understand, is a very good Kmeans code, personal feel than opencv kmeans function comes handy
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2782
    • 提供者:ChenJun
  1. KMEANS

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

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:李敏
  1. kmeans

    0下载:
  2. 一种k聚类方法 一种k聚类方法-kmeans,kmeans,kmeans,kmeans method
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:8464
    • 提供者:li
  1. Kmeans.tar

    0下载:
  2. Mapreduece框架编写的Kmeans程序-Kmeans program written in Mapreduece framework
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2605
    • 提供者:王毕扉
  1. kmeans

    2下载:
  2. kmeans聚类代码,对给定数据集进行聚类处理(Clustering code to cluster a given data set)
  3. 所属分类:其他

    • 发布日期:2020-04-29
    • 文件大小:1024
    • 提供者:wyp_
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com