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

搜索资源列表

  1. KMEANS

    0下载:
  2. 经典统计方法:k-means聚类分析源程序-classical statistical methods : k-means clustering source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2917
    • 提供者:张进
  1. qiuzhijianlifengmianyishu

    0下载:
  2. 基于动态的K值均值酸法 MATLAB 动态聚类K值的算法-based on the dynamic K-means acid MATLAB dynamic clustering algorithm K
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1367093
    • 提供者:liuyang
  1. clustBoost

    1下载:
  2. 聚类分析程序 k-means 编译环境 gcc/stl
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:30530
    • 提供者:lee jia
  1. texture-gabor.rar

    3下载:
  2. gabor提取纹理特征,k-means方法无监督聚类进行图像分割,extract texture feature, cluster by k-means
  3. 所属分类:source in ebook

    • 发布日期:2016-05-11
    • 文件大小:64181
    • 提供者:zhengjuan
  1. kmeans

    0下载:
  2. 经典的k-means程序,包含了很多的数据集,具有几点的聚类程序的描述。以供大家参考。-kmeans
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:35343
    • 提供者:tanglina
  1. kmean

    0下载:
  2. 用c语言写的k均值聚类,代码简单,易懂,可以拿来直接调用-Language written by c k means clustering, the code is simple, easy to understand, could be used to directly call
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5610
    • 提供者:lan
  1. KMeansCluster

    0下载:
  2. k均值聚类的VC++实现,适合语音等方面聚类之用-k means clustering of VC++ implementation of voice, etc. for use in cluster
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:232290
    • 提供者:魏亮生
  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. AP-cluster

    0下载:
  2. AP聚类算法,08年提出的一种优秀聚类算法,文档描述其执行过程及k-means和它的比较-AP cluster
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:146309
    • 提供者:hanna
  1. DM_YeDan

    0下载:
  2. KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two algorithms. The code VS2010 en
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:8197162
    • 提供者:dancy88927
  1. K-mean-clustering-algoritm

    0下载:
  2. k均值聚类算法,帮助学习、使用,欢迎下载、-k-means clustering algorithm to help learn, use, welcome to download,
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:30843
    • 提供者:为实
  1. matlab-bian-ma

    0下载:
  2. matlab源代码 包括K均值聚类 鱼群算法 模拟退火 蚁群算法 端点检测等-matlab source code, including K-means clustering algorithm simulated annealing ant colony algorithm fish endpoint detection
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5846622
    • 提供者:杨存强
  1. K-Means

    0下载:
  2. 聚类算法采用的是给定类的个数K,将N个元素(对象)分配到K个类中去使得类内对象之间的相似性最大,而类之间的相似性最小-Clustering algorithm is used to set the number of classes K, the N elements (objects) is assigned to the K classes to make the biggest similarity between objects within the class, and the sim
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1515
    • 提供者:lengbing
  1. test3

    1下载:
  2. K-means聚类算法实现策略源代码实现,可以聚类分析一维数据-K-means source programe
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:李琳
  1. CPPkmeans

    0下载:
  2. 用C++汇编语言编写的K均值聚类算法,其中包括输入文件的编写格式-C++ written in assembly language using K-means clustering algorithm, including the preparation of the input file format
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3276
    • 提供者:彩色的迪子
  1. PG_BOW_DEMO-master

    0下载:
  2. 基于BOW模型的图像分类,其中包括K-means聚类等分类算法-BOW model-based image classification
  3. 所属分类:assembly language

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

    0下载:
  2. k-means聚类分析的程序压缩包,希望对大家有所帮助,包括源程序等- k-means Correlation Analysis Cluster Analysis on the preparation of the program matlabCluster Analysis on the preparation of the program matlab
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:25712
    • 提供者:郑小茹
  1. k-means

    0下载:
  2. mapreduce实现聚类算法KMeans-mapreduce KMeans
  3. 所属分类:MPI

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

    0下载:
  2. C语言编程实现的八维K-means聚类算法-Eight dimensional K-means clustering algorithm based on C programming language
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:43334
    • 提供者:风大
  1. cPP

    0下载:
  2. C++简单实现K-Means聚类算法 (2,10), (2,5), (8,4), (5,8), (7,5), (6,4), (1,2), (4,9), (7,3), (1,3), (3,9) (红色的表示初始所选的中心点) K-means算法介绍可参考其他资料或书籍。-C++ simple implementation of K-Means clustering algorithm(2, 5), (2, 5), (8,4), (5,8), (7,5), (6,4), (1,2), (
  3. 所属分类:assembly language

    • 发布日期:2017-12-15
    • 文件大小:18432
    • 提供者:柴丽梅
« 12 »
搜珍网 www.dssz.com