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

搜索资源列表

  1. kmean

    0下载:
  2. kmean算法的c++实现,在vs2003上编译通过。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1005060
    • 提供者:ETSmallville
  1. kmean cpp.rar

    0下载:
  2. kmean cluster classify base on r,g,b bmp source code have cpp ,head ,not have pro
  3. 所属分类:源码下载

    • 发布日期:2011-06-02
    • 文件大小:6916
    • 提供者:madkyo
  1. KMean 模式识别中最经典的K均值聚类算法

    2下载:
  2. Matlab语言编写,模式识别中最经典的K均值聚类算法。-KMEAN algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-30
    • 文件大小:561
    • 提供者:成东
  1. Kmean

    0下载:
  2. 模式识别中的C++源代码进行K均值法的应用-Pattern Recognition C++ source code of the application of K-means
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:192709
    • 提供者:jacket
  1. kmean

    0下载:
  2. 使用k-means算法对150个数据集进行分簇。-K-means algorithm using 150 data sets to carry out sub-cluster.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:14010
    • 提供者:朱东阁
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10711
    • 提供者:刘斌
  1. kmean

    4下载:
  2. 一个刚编出来的K—means 聚类算法的matlab源代码 适合多维数据-Just made out of a K-means clustering algorithm matlab source code for multi-dimensional data
  3. 所属分类:matlab例程

    • 发布日期:2012-11-01
    • 文件大小:1047
    • 提供者:吴立锋
  1. exer-kmean

    0下载:
  2. k均值算法实现聚类 c语言编写-k-means clustering algorithm c language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:30274
    • 提供者:胡素芳
  1. Kmean

    1下载:
  2. 自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作-Implement on its own the k-mean (with fuzzy c mean), can be directly in vc++ For clustering large amount of data movement
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-01-15
    • 文件大小:3862
    • 提供者:陳志強
  1. Kmean

    0下载:
  2. kmean algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:ev
  1. kmean

    0下载:
  2. 该程序是模式识别课程里的K均值算法程序,对模式识别的进一步理解很有帮助。-The program' s curriculum are pattern recognition algorithm K-means procedure, further understanding of pattern recognition helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:201115
    • 提供者:何君燕
  1. kmean

    0下载:
  2. 基于OpenCV的二元吗,实现了划分随机分布点集的K-均值算法。按照类别分组的输入样本顺序输出包含样本类别索引的数组labels(i),存储在样本矩阵的第i行中。-Based on the binary OpenCV吗, implementation of the demarcation point set of randomly distributed K-means algorithm. Input in accordance with the type of packet contains
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5314
    • 提供者:无梦
  1. kmean

    0下载:
  2. kmean cluster 影像分割量化處理-kmean cluster color image quantization
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:563
    • 提供者:LMDX
  1. kmean

    1下载:
  2. 这是一个模式识别中的K均值算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm of the K-means classification of a simple simulation example is one of female.txt and male.txt training samples, te
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:刘锐
  1. kmean

    0下载:
  2. k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1321
    • 提供者:lining
  1. kmean

    0下载:
  2. 这是一段MATLAB平台上的KMEAN算法,希望大家有用-Kmean
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:731
    • 提供者:anthony
  1. jjj

    0下载:
  2. kmean algorathim implementation
  3. 所属分类:Ajax

    • 发布日期:2017-04-13
    • 文件大小:1759
    • 提供者:ali
  1. TutorialonGMM-Kmean-VitebeAlgorithms

    0下载:
  2. GMM和KMean算法的易懂教程及Matlab实现、Vitebe译码算法的Matlab实现-Tutorial on GMM and KMean and Vitebe algorithms and their implementation in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1244869
    • 提供者:李宇
  1. Kmean

    0下载:
  2. mathlab写的关于Kmean算法,能够实现比较好的聚类效果。-mathlab write about Kmean algorithm can achieve better clustering results.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1721
    • 提供者:孙平
  1. Kmean

    0下载:
  2. Kmean 算法Matlab实现,数据为二维高斯随机分布点-Kmean algorithm by Matlab, the data points for the two-dimensional Gaussian random distribution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:49155
    • 提供者:adhw
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com