CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K-MEANS 算法

搜索资源列表

  1. k-means

    0下载:
  2. K-MEANS算法是输入聚类个数k,以及包含 n个数据对象的数据库,输出满足方差最小标准的k个聚类
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3266
    • 提供者:苏学瑞
  1. k-means

    0下载:
  2. k-means 算法,由c语言实现简单的聚类操作。-k-means algorithm, the c language simple clustering operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1983
    • 提供者:吴康
  1. K-means

    0下载:
  2. 模式识别中K-means算法的基本实现,可实现2位向量的分类。-the basic realization of Pattern Recognition K-means algorithm
  3. 所属分类:Other windows programs

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

    0下载:
  2. K-means算法,linux下C++实现,VC下稍微修改也可运行,数据简单,只实现核心算法-K-means algorithm, under linux C++ achieve, VC can be slightly modified to run, the data is simple, only to realize the core algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4863
    • 提供者:lihaoliang
  1. 2-Learning-the-k-in-k--means

    0下载:
  2. 本文基本的讲解了聚类上的关于K-MEANS算法,应用平台是MATLAB,内容详细,目的清晰,算法步骤清楚明了。-This article explains the basic clustering on about K-MEANS algorithm, application platform is MATLAB, detailed, clear purpose, the algorithm steps clear.
  3. 所属分类:matlab

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

    0下载:
  2. k-means 算法在c++上的实现。在c++上实现了普通单层k-means算法的迭代过程。-k-means algorithm on c++' s. On c++ iterative process to achieve a common single k-means algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3131
    • 提供者:蒋宇豪
  1. k-means

    0下载:
  2. k-means算法实现 k-means算法实现 k-means算法实现-k-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:13042
    • 提供者:贺蔚
  1. K-means

    0下载:
  2. C C++ K-means算法的实现,希望能帮上大家。-C C++ K-means algorithm, hope to help you
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1746
    • 提供者:洛克李
  1. k-means

    0下载:
  2. C语言编写的一种模式识别里的重要的模糊聚类方法K-means算法的C程序-A pattern recognition C language' s important Fuzzy clustering methods K-means algorithm C program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1877
    • 提供者:123
  1. K-Means

    0下载:
  2. K-Means算法matlab实现,使用自己生成的数据文本-K-Means Alogrithm
  3. 所属分类:Other systems

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

    0下载:
  2. 用k-means算法进行聚类分析。已运行成功。-By k-means clustering analysis algorithm. Has been running successfully.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:刘文龙
  1. k-means

    0下载:
  2. k-means算法,聚类算法,有图像聚类实例。聚类经典算法-k-means algorithm, clustering algorithm, image clustering instance. Clustering classical algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:84629
    • 提供者:ljf
  1. K-means

    0下载:
  2. 初略介绍k-means,初学者可通过此文档认识什么是k-means算法-Slightly introduced at the beginning of k- means, beginners can pass this document to know what is k- means algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-04-26
    • 文件大小:221367
    • 提供者:刘洋
  1. k-Means

    0下载:
  2. k-means算法的java实现,自动聚类算法。是基于距离来进行聚类-k-means algorithm to achieve the java automatic clustering algorithm. Based on the distance to the cluster
  3. 所属分类:Jsp/Servlet

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

    0下载:
  2. k-means 算法,可以实现数据的分类输出-k-means 算法,可以实现数据的分类
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1638
    • 提供者:李德胜
  1. K-means-

    0下载:
  2. k-means算法,进行聚类分析的实用算法,通过分析和实例,证明了算法的实用性-K-means algorithm, a practical algorithm of clustering analysis, through analysis and examples, proves the practicability of the algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1190
    • 提供者:呼唤
  1. GA-k-means

    1下载:
  2. 遗传算法用在聚类方式时,其中的一个重要应用就是k-means算法,本文给出了源代码。-When the genetic algorithm used in the clustering mode, which is an important application of k-means algorithm, this paper presents the source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1485474
    • 提供者:Gary Bu
  1. k-means-picture

    0下载:
  2. k-means图像分割,数据仓库与数据挖掘大作业,不同于其他k-means图像分割,k-means算法为自己编辑,而非调用matlab k-means函数,刚出成绩上传的-k-means
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:800963
    • 提供者:zzz
  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-algorithm

    0下载:
  2. 基于k-means算法的遥感图像分类 源代码 算法测试-Remote sensing image classification based on k-means algorithm Source code Algorithm testing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:610563
    • 提供者:QingYue
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com