CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - k-means 数据

搜索资源列表

  1. k-means

    0下载:
  2. 用C++实现k-mean聚类算法并进行初级的数据挖掘,-Using C++, k-mean clustering algorithm and a preliminary data mining,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2476
    • 提供者:tom
  1. K-Means

    0下载:
  2. 数据挖掘k均值聚类 vc++ 环境运行-data minning cluster k-method
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:30162
    • 提供者:lp
  1. k-means

    0下载:
  2. K近邻算法,对一段数据进行分类,word 说明文档-K nearest neighbor algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:30393
    • 提供者:serena
  1. IsoDataaK-means

    0下载:
  2. 是用VS6.0编写的程序。实现了模式识别中的ISODATA算法和K均值算法。内附有测试数据。-made by VS6.0 C++ Isodata K-means
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:16738
    • 提供者:zhaoyongquan
  1. K-MEANS

    0下载:
  2. Kmeans算法matlab的实现代码,其中包括模拟数据和核心代码。-the code of Kmeans
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:89308
    • 提供者:wangsheng
  1. K-mean

    0下载:
  2. 最近邻分类器是一个用来聚类的算法,可以用来对iris数据进行聚类-k-means is a neanest alogorim
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1688
    • 提供者:zcg
  1. K-means

    1下载:
  2. 这是一个用python实现的kmeans算法,示例数据集是一个300*2的文本文件-This is a python implementation kmeans algorithm, sample data set is a text file 300* 2
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1869
    • 提供者:sunshine
  1. K-Mean-Clustering-Code-in-Matlab

    0下载:
  2. k 均值聚类算法 ,能有效的将数据分成k类 但是具有k参数难以确定的缺点。 -k-means algorithm can cluster data into K class but, the parameter K can not be selected easily.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4845
    • 提供者:cluster
  1. k-means

    0下载:
  2. 次算法基于欧式距离,用于数据挖掘k均值聚类算法,或者用于数据挖掘作业-for dating ,kmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:76299
    • 提供者:dailihua
  1. K-Meansl

    0下载:
  2. 自己编写了一个c++的k均值聚类算法,使用起来很方便,数据存储在txt文件里,可以 改成自己的数据,方便使用,目录里给了两组UCI机器学习数据库上的数据,供实验用 。可以用这个文件直接运行就好了,里面给出了详细的使用说明。-k means clustering by array.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1088527
    • 提供者:fhqu
  1. PK-means

    0下载:
  2. K-means聚类算法,用于文件、数据的聚类分析-K-means clustering algorithm for document clustering analysis of the data
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4299
    • 提供者:贾桂锋
  1. Fuzzy-c-means-clustering-algorithm-

    0下载:
  2. k均值算法是模式识别的聚分类问题,采用模糊C均值对数据集data聚为cluster_n类 -k-means algorithm is a pattern recognition poly classification,by using Fuzzy C-Means data sets, data gathered cluster_n class
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2111
    • 提供者:赵燕
  1. FB_DataMing_kmeans

    0下载:
  2. k-means数据挖掘算法,基于kmeans聚类算法工艺参数基准值的挖掘-mining data mining of the k-means algorithm, based on the kmeans clustering algorithms process parameters reference value
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:10897
    • 提供者:
  1. K

    0下载:
  2. 最近在学习一些数据挖掘的算法,看到了这个算法,也许k-均值算法对你来说很简单,但对我来说,是自己编写的一个算法。-Learn some data mining algorithms, see this algorithm, perhaps the k-means algorithm for you is very simple, but for me, I have written an algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:2072
    • 提供者:lincengxi
  1. k-meansalgorithm

    0下载:
  2. 上传的代码得到的数据部分是根据计算机随机生成的,在看代码的时候有个生动的例子看起来是很好的。k-means算法的聚类特征依然是距离特征-Upload the code to get the data part is randomly generated according to the computer, there is a vivid example, when looking at the code looks good. k-means algorithm clustering feat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:4278
    • 提供者:李迅
  1. K

    0下载:
  2. 这是K均值聚类的程序,数据挖掘等课程都需要-This is a K-means clustering procedures, data mining courses
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:5294
    • 提供者:张瑞丽
  1. k

    0下载:
  2. k均值算法,数据挖掘里面比较基础的算法,实现类聚-k-means algorithm, which based on the comparison of data mining algorithms to achieve clustering
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:1215
    • 提供者:l梁伟滔
  1. k-juleijunzhisuanfa

    0下载:
  2. 数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:214059
    • 提供者:郭郭
  1. CPPk-means

    0下载:
  2. K-MEANS算法实例,可以用于数据聚类分析,现成的源代码-K-MEANS algorithm instance, can be used for data clustering analysis, existing source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:30382
    • 提供者:lujun
  1. K-junzhi

    1下载:
  2. K均值聚类算法,里面的wdbc是数据。用matlab写的-K-means clustering algorithm, which is wdbc data. Written by matlab
  3. 所属分类:matlab

    • 发布日期:2016-04-03
    • 文件大小:138240
    • 提供者:1111name
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com