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

搜索资源列表

  1. FuzzyKmeanclustering

    0下载:
  2. code for fuzzy k-mean clustering-code for fuzzy k-mean clustering..
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1720
    • 提供者:ketan chaudhari
  1. K-means

    0下载:
  2. 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:48128
    • 提供者:sunjianqing
  1. K-means-cSharp--code

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5243
    • 提供者:lihang
  1. k-mean

    0下载:
  2. 实现K-mean算法,并用一些数据进行说明-Implement K-mean algorithm, and described by some data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:17504
    • 提供者:
  1. K-mean

    0下载:
  2. 用K均值聚类法对数据进行分类,比较简单和基础的分类方法,可用于图像处理-With the K-mean method for data classification, the classification of simple and basic method can be used for image processing
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3871
    • 提供者:leigh
  1. K-mean

    0下载:
  2. K-MEAN算法的实现,给定模式样本进行两个聚类中心的聚类。-The K-MEAN algorithm, the clustering of a given mode samples the two cluster centers.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:176180
    • 提供者:mikey
  1. k-mean

    0下载:
  2. 用k均值方法进行分类的matlab小程序。-A small process based on k-mean.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:700
    • 提供者:师宏慧
  1. k mean clustering

    0下载:
  2. k mean clustering algorithm
  3. 所属分类:matlab例程

    • 发布日期:2014-09-06
    • 文件大小:1594
    • 提供者:balhari
  1. k-mean-usage

    0下载:
  2. k均值的用法示例,它的数据生成部分可用于其它机器学习程序-A example of k mean usage
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:孔祥山
  1. k-mean-clustering

    0下载:
  2. clustering an image to k clusters using k-mean clustering method
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:161924
    • 提供者:Nasrin
  1. K-mean-by-Jayesh

    0下载:
  2. K mean easy implementation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2978
    • 提供者:c71604540yapuj
  1. K均值聚类

    0下载:
  2. K均值聚类算法图像分割,最传统的一种分割方法(K mean clustering segmentation)
  3. 所属分类:图形图象

  1. K均值聚类在基于OpenCV的图像分割中的应用

    0下载:
  2. 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:464896
    • 提供者:术道
  1. k-means

    0下载:
  2. k均值,数据已经有了,主要用于分类,美列都是一类数据,只用了其中一部分,数据是自己编的。(K mean, data already exists, mainly for classification, the United States column is a kind of data, only a part of the data is their own series.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:8192
    • 提供者:guanyu
  1. K-means

    0下载:
  2. 用matlab实现k均值算法,不用库函数(Implementation of K mean algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:胡果
  1. k均值聚类

    1下载:
  2. 用VC++写的K均值聚类算法,可以直接使用(K mean clustering algorithm is written by VC++ , which can be used directly.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:187392
    • 提供者:gongshixin
  1. K-mean Clustering and RBF _V_1.0

    0下载:
  2. Radial Basis Function with K Mean Clustering using Pseudo inverse method
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:129024
    • 提供者:benatiyah
  1. K-means

    0下载:
  2. 利用MATLAB实现K均值聚类算法,加深对该算法的理解。(We use MATLAB to achieve K mean clustering algorithm to deepen our understanding of the algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:WG_JNU
  1. k均值聚类算法

    0下载:
  2. 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
  3. 所属分类:其他

  1. K-means

    0下载:
  2. 对图像用k-means算法进行处理,得到效果更好的图像(Processing the image with k-means algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:39936
    • 提供者:Nidhogg123
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com