CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - C kmeans

搜索资源列表

  1. Kmeans

    0下载:
  2. 数据挖掘k平均法C++源码,欢迎下载,谢谢支持-Data Mining k-average method C++ Source are welcome to download, thanks to support
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.84kb
    • 提供者:annny
  1. KMEANS

    0下载:
  2. K-Means动态聚类算法源程序 在数据挖掘中的应用-K-Means dynamic algorithm source data mining application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:128.84kb
    • 提供者:张照辉
  1. kmeans

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

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

    0下载:
  2. 使用C语言实现kmeans算法,K=3。-Kmeans algorithm using the C language implementation, K = 3.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1.14kb
    • 提供者:hkm
  1. KMEANS

    0下载:
  2. 实现Kmeans算法的C++代码,永远数据的Kmeans算法聚类-C++ code for kmeans algorithm,used to cluster datas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:29.07kb
    • 提供者:sindo
  1. KMEANS

    0下载:
  2. 本程序利用C++实现k-means聚类,方便,快捷,程序易懂-This procedure using C++ to achieve k-means clustering, convenient, fast, easy to understand procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:29.04kb
    • 提供者:白日
  1. kmeans

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

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

    0下载:
  2. c++实现的kmeans聚类算法,编写简单,欢迎使用-kmeans cluster
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:18.29kb
    • 提供者:ohfei
  1. KMEANS

    0下载:
  2. k-means C++ 源代码, 修正原来的错误, 增加的新功能 1、用vector实现其存储 2、直接在程序中读取数据集 3、结果可以保存到文件中 4、用户可以输入聚类个数 5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store dire
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5.37kb
    • 提供者:烈马
  1. KMEANS

    0下载:
  2. C++实现的简单的k均值聚类算法。最基本的聚类算法。-Kmeans clustering algorithm using VC++. It is one of the most fundamental algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:36.3kb
    • 提供者:王珣
  1. KMeans

    0下载:
  2. 采用C++实现Kmeans聚类算法,距离的计算采用的是欧氏距离。数据集是weka自带的data里面的iris.arff数据集。假设样本所有属性都是数值属性,不考虑分类属性。-C++ implementation Kmeans classic clustering algorithm, the distance is calculated using the Euclidean distance. Data set is data that comes inside weka iris.arff
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:李倩
  1. kmeans

    0下载:
  2. 数据挖掘Kmeans算法C/C++语言实现。 提供接口让使用者可以指定输入输出文件、聚类结果中类别个数、中心点计算方式、初始化方法。-Kmeans,data mining algorithms,C/C++language. Provides the interface so that users can specify the input and output file, type in the number of clustering results, the center of ca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:342.74kb
    • 提供者:blue
  1. KMeans

    0下载:
  2. 一个很简单的K均值分类算法,基于c写的。可以使用。-A classification process K-Means
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. Kmeas聚类源代码,全C++语言实现,程序有详细注释,并可以存储组后所得到的聚类中心。-Cluster source code Kmeas, full C++ language, the program has detailed notes, and can storage group cluster center.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2.23kb
    • 提供者:Baotian Hu
  1. KMeans

    0下载:
  2. KMeans 算法的C++实现代码,通过编译而且可以正常运行-KMeans algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-27
    • 文件大小:3kb
    • 提供者:chao meng
  1. Kmeans

    0下载:
  2. 本代码提供了K-means聚类算法的一个C语言实现,希望可以为学习聚类算法的朋友提供一些帮助。-This code provides a K-means clustering algorithm C language, and hope to provide some help for friends learning clustering algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:1.46kb
    • 提供者:Bill
  1. Kmeans-algorithm

    0下载:
  2. 模式识别算法Kmeans算法原理及C++编程实现-Pattern recognition algorithm Kmeans algorithm and C++ programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:25.74kb
    • 提供者:lyuwjq
  1. Kmeans

    0下载:
  2. 一个实现聚类算法的系统。Kmeans算法。用C#实现。-A clustering algorithm implemented system. Kmeans algorithms. With C#.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:308.46kb
    • 提供者:董旭
  1. kmeans

    0下载:
  2. 数据挖掘中经典算法——K均值聚类算法的C语言实现-K-means algorithm in data mining
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:810.53kb
    • 提供者:张三
  1. kmeans

    0下载:
  2. kmeans算法在windows C#的实现,学习的可以看一下-kmeans algorithm windows C# implementation, learning can look
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6.04kb
    • 提供者:王建
« 12 »
搜珍网 www.dssz.com