CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据挖掘 搜索资源 - k means

搜索资源列表

  1. k-means-original

    0下载:
  2. k-menas算法是最简单的聚类算法,算法内详细介绍了各个函数和功能,对初学者很有借鉴意义-K-MEANS algorithm is one of the most simple clustering algorithm, there are different form, this is one of them, a reference for beginners
  3. 所属分类:Data Mining

    • 发布日期:2017-04-27
    • 文件大小:296846
    • 提供者:小小辛辛啊
  1. k-means-Java

    0下载:
  2. 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
  3. 所属分类:Data Mining

    • 发布日期:2016-08-08
    • 文件大小:988160
    • 提供者:张瑞雪
  1. k-means-cluster

    0下载:
  2. 分类算法中k均值分类算法,可以用于简单的模式识别中去。-Classification algorithm of k-means classification algorithm, which can be used in a simple pattern recognition.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1183
    • 提供者:郑红
  1. k-means-Clustering

    0下载:
  2. simple k-means implementation with Persian comments
  3. 所属分类:Data Mining

  1. The-optimization-of-K-means

    0下载:
  2. 对k-means算法的优化,通过优化初始聚类中心的选择-The optimization of K-means algorithm by improving the selection of initial clustering centers
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1461461
    • 提供者:zhangsun
  1. K-means

    0下载:
  2. K-means算法,一种聚类方法,其每个类别均用该类中所有数据的平均值(或加权平均值)来表-K-means Algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:14328
    • 提供者:pipi
  1. k-means

    0下载:
  2. k-means算法的一个小实例,很好的展示了,算法的过程,测试聚类文件在txt中-A small example k-means algorithm, a good showing, the algorithm process, the test cluster file txt
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:9640
    • 提供者:
  1. k--means-

    0下载:
  2. k-means算法的解释,采用txt中的数据进行分类-explanation of k-means algorithm, using the data in the classification txt
  3. 所属分类:Data Mining

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

    0下载:
  2. k-means算法实现,能够直接导入直接运行,对学士有很大的帮助-k means algorithm, you can run
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:52860
    • 提供者:思思
  1. dimensionality-reduction-and-k-means

    2下载:
  2. 1.使用k-svd对数据进行稀疏表示,降维 2.使用k-means对上述数据聚类-1.use k-svd to reduce the dimensions of data 2.clster the data by k-means
  3. 所属分类:Data Mining

    • 发布日期:2017-01-05
    • 文件大小:161792
    • 提供者:董婉
  1. my-k-means

    0下载:
  2. 这是一个k-means聚类算法,将一个四维量(比如有明确物理意义的花瓣长宽花萼长宽)按照几个中心点分成几类-This is a k-means clustering algorithm, a four-dimensional volume (such as a clear physical meaning petals calyx length and width aspect) is divided into several categories according to several ce
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:861097
    • 提供者:杨书涵
  1. k-means-by-LR

    0下载:
  2. 标准的数据挖掘聚类算法 k均值聚类 k-means聚类 严格按照标准算法执行 简单高效-Standard data mining clustering algorithm k-means clustering In strict accordance with the standard algorithm is simple and efficient execution
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:李明双
  1. K-means-Ensemble

    0下载:
  2. 该算法是基聚类算法为K-means,然后再进行聚类集成,方法为投票法-The algorithm is based on clustering algorithm for K-means, and then the clustering ensemble, method for voting
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5675
    • 提供者:王昊
  1. K-means

    0下载:
  2. 本程序是用python写的一个K均值算法,通过该算法可以学习一python实现算法的流程,以及学习该算法的使用。-The program is written in python a K-means algorithm, the algorithm can learn a python algorithm implementation processes, and learning to use the algorithm.
  3. 所属分类:Data Mining

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

    0下载:
  2. k-means聚类算法 用C++实现 聚类采用数据为二维数据 保存在当前目录下的data.txt文件中-K-means clustering algorithm C++ implementation
  3. 所属分类:Data Mining

    • 发布日期:2017-05-11
    • 文件大小:2429600
    • 提供者:封昊
  1. Incremental-K-means

    0下载:
  2. 实现Incremental K-Means-Achieve Incremental K-Means
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:3987
    • 提供者:刘宪国
  1. K-means

    0下载:
  2. k-means简单实现,实现了k近邻的实现,以图像的形式显示出来,简单实用-k-means simple to achieve achieve a k neighbors realized and presented in the form of an image, simple and practical
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2953
    • 提供者:胡同
  1. 遗传k-means

    0下载:
  2. 数据挖掘经典算法,遗传算法与K_means算法结合(Data mining classic algorithm)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-24
    • 文件大小:722944
    • 提供者:摘花采草
  1. K-means

    0下载:
  2. 一种聚类算法:K-means聚类,实测绝对没有问题(A clustering algorithm: K-means clustering, no problem is absolutely no problem)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:宸儿宝贝
  1. k-means-for-iris

    2下载:
  2. 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)
  3. 所属分类:数据挖掘

    • 发布日期:2020-07-04
    • 文件大小:28672
    • 提供者:麻衣蚂蚁
« 12 3 4 »
搜珍网 www.dssz.com