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

搜索资源列表

  1. Kmeans

    0下载:
  2. k均值聚类算法代码 用于模式识别等学科的编程应用-k-means clustering algorithm code for pattern recognition applications such as programming disciplines
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:249728
    • 提供者:曹妹
  1. k-means

    0下载:
  2.  K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。-K-means algorithm is based on the division of the classic clustering method, is ten classic one of data mining algorithm. K-means the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:594
    • 提供者:彭立军
  1. K-means

    0下载:
  2. 聚类算法(K-means)源代码,通过对该代码的运行,可以实现对各种数据的聚类显示,最终选出聚类中心-Clustering algorithm (K-means) source code, run through the code, can display a variety of data clustering, selected a cluster center
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2650
    • 提供者:yaoxuanhua
  1. k_means

    0下载:
  2. K均值聚类,输入聚类前的点集以及阈值,输出最后各个分类的中心点-K-means clustering, the input point set before clustering and threshold, output the final classification of the center of each
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:wangmumu
  1. kind

    0下载:
  2. candy边缘检测,彩色图像的边缘检测,K均值聚类,sobel边缘检测(C)其他是matlab程序-candy edge detection, color image edge detection, K-means clustering, sobel edge detection (C) the other is a matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:512872
    • 提供者:tianlina
  1. mean-K-KPCA

    0下载:
  2. 通过核 K- 均值聚类的方法对语音帧进行聚类 , 由于聚类的中心能够很好地代表类内的特征, 用中心样本帧取代该类, 减少了核矩阵的维数, 然后再采用稀疏 KPCA方法对核矩阵进行特征提取。-Through the nuclear K-means clustering method for clustering of speech frames, the cluster center can be a good representative of the class characteristics
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:185689
    • 提供者:piano
  1. k-means-algorithm-implement

    1下载:
  2. 用于实现K-MEANS聚类分析的C++代码-Used to implement the K-MEANS clustering analysis of the C++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:15217
    • 提供者:郑智
  1. K-Means-Clustering

    0下载:
  2. k-means聚类算法讲解,详细阐述了K-means的原理和应用-K-means interpretation of the clustering algorithm, and expounds the k-means of principle and application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:829868
    • 提供者:gl
  1. K-Means-JavaSwing

    0下载:
  2. java实现的K-means聚类算法,结合swing,带有界面功能,操作简单直观-java implementation of K-means clustering algorithm, combined with the swing, with interface features simple, intuitive operation
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. K-means聚类算法源码,C代码实现。个人已经试验过,没有问题 可以放心使用-K-means clustering algorithm source code, C code. Individuals have been tested, and no problem can be rest assured that the use of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:2066
    • 提供者:李丽
  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
  1. K-Means-Matlab

    0下载:
  2. k-means聚类算法的matlab代码 截图的 想用还是自己手打吧-k-means clustering algorithm matlab code screenshot or their own hands to fight it.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:5484
    • 提供者:胡爹
  1. k-means

    0下载:
  2. 利用k-means聚类对图像进行分割,在MFC中实现。-k-means image segmentation by c++
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:100847
    • 提供者:chenhua
  1. New-Revised-K-means

    0下载:
  2. New revised K-means聚类算法,为matlab函数,需要调用才能使用-New revised K-means clustering algorithm for matlab function, you need to call in order to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:秦天柱
  1. K-means-clustering

    0下载:
  2. 关于K-means聚类的算法描述,原创,包含有大量训练和测试数据-About K-means clustering algorithm descr iption, originality, contains a large number of training and test data
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. matlab写的一个简单的k-means聚类算法,通过导入data.txt文件,再利用k-means讲结果呈现在界面上-matlab write a simple k-means clustering algorithm, by importing the data.txt file, and then use k-means results are presented in the interface stresses
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1359
    • 提供者:郑杰
  1. K-means(delphi)

    0下载:
  2. 数据挖掘K-means聚类算法的delphi实现-Data mining K-means clustering algorithm delphi realized
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 基于云计算平台Hadoop的并行k-means聚类算法设计研究-Parallel k-means clustering algorithm designed Hadoop cloud-based computing platform
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:262808
    • 提供者:王玉昂
  1. k-means-

    0下载:
  2. 基于云计算平台Hadoop的并行k-means聚类算法设计研究-Parallel k-means clustering algorithm designed Hadoop cloud-based computing platform
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:262809
    • 提供者:桂玉梅
  1. MATLAB-fuzzy-K-means

    1下载:
  2. matlab模糊k-means聚类算法源码,很实用,略微改造即可使用-matlab fuzzy k-means clustering algorithm source code, very practical, you can use a little renovation
  3. 所属分类:matlab

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