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

搜索资源列表

  1. vlfeat-0.9.4.1.tar.gz

    0下载:
  2. The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift. It is written in C for efficiency and compatibility, with interfa
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1548764
    • 提供者:fenglei yang
  1. k-means-and-cure-in-Iris-Data-Set

    2下载:
  2. 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:189832
    • 提供者:牛魔王
  1. cvap3.5

    0下载:
  2. CVAP includes 4 External validity indices, 14 Internal validity indices and 5 clustering algorithms (K-means, PAM, hierarchical clustering, SOM and etc.). It supports other clustering algorithms via loading a solution file with class labels, or by ad
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-25
    • 文件大小:257804
    • 提供者:tra ba huy
  1. sujuwajue

    0下载:
  2. 数据挖掘考试准备的算法源码,包含Aporio算法,K均值算法,层次分类算法,内含有使用说明,经过考试和实验通过。-Examination of data mining algorithms to prepare the source, including Aporio algorithm, K-means algorithm, hierarchical classification algorithm, after the adoption of examination and experime
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2082479
    • 提供者:范围
  1. Hierarchical_K_Means

    0下载:
  2. hierarchical k-means
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:379787
    • 提供者:Jacks
  1. Clustering-Code

    0下载:
  2. A Two dimensional clustering application in matlab, which covers K-Means, hierarchical agglomerate clustering methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-26
    • 文件大小:13367
    • 提供者:maddy
  1. 1

    0下载:
  2. 模式识别分层聚类、k—均值算法,支持向量机、线性判别、判别代码、ppt-Pattern recognition hierarchical clustering, k-means algorithm, support vector machines, linear discriminant, discriminant code, ppt
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:594195
    • 提供者:刘蕊
  1. julei

    2下载:
  2. 1 掌握不同的聚类方法—基于层次与基于划分的方法 2 学会层次聚类的单连接算法 3 学会K-means算法 -A master of different clustering methods- based on hierarchical partitioning method based on hierarchical clustering 2 Society 3 Society of single-link algorithm K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2014-08-26
    • 文件大小:68608
    • 提供者:李岩
  1. kmeans

    0下载:
  2. k-means 源代码 k-means is a very useful hierarchical clustering in meachine learning -k-means is a very useful hierarchical clustering in meachine learning
  3. 所属分类:matlab

    • 发布日期:2014-08-26
    • 文件大小:2048
    • 提供者:nihong
  1. ProgramForClustering

    0下载:
  2. 分层聚类和k-means聚类代码 commandline输出-Hierarchical clustering and k-means clustering code commandline output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:243608
    • 提供者:levis
  1. vlfeat-0.9.13-bin.tar

    0下载:
  2. 特别牛的SIFT实现,VLFeat 0.9.13,代码特别清晰。C语言编写,有matlab接口。还包括了SIFT, MSER, k-means, hierarchical k-means等相关算法。-A library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means.
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10906486
    • 提供者:tim.wu
  1. Clusters

    0下载:
  2. K-均值聚类算法和分层聚类算法的C语言实现。包含有样本数据文件,适用于聚类算法的初学者。-K-means clustering algorithm and hierarchical clustering algorithm in C language. Clustering algorithms for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3506
    • 提供者:戴汶倬
  1. caltech-image-search-1.0

    1下载:
  2. 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-23
    • 文件大小:148728
    • 提供者:薛振华
  1. MCore_SVT

    0下载:
  2. Nister(2006)等人的层次聚类算法,按照多线程k-means方法进行多线程层次聚类,程序中代码对SIFT特征进行聚类。开发环境:vs2010-Implementation of hierarchical k-means, proposed by Nister et al, 2006. This is a multi-thread implementation of k-means and multi-thread implementation of the hierarchical me
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:13522
    • 提供者:yuewu
  1. vlfeat-0.9.16.tar

    0下载:
  2. VLFeat是一款由Andrea Vedaldi和Brian Fulkerson先生创建的开源图像处理库,都属于机器视觉算法,vlfeat库有C和matlab两种实现,包括了SIFT,MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift 这个库是C语言写的,效率比较高,支持Windows, Mac OS X, and Linux操作系统。可以在matlab、Shel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2764214
    • 提供者:古墓
  1. vlfeat-0.9.17-bin.tar

    0下载:
  2. The VLFeat open source library ,可以用来进行HOG,SIFT等,这是最新版的VLFeat-The VLFeat open source library implements popular computer vision algorithms including HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels
  3. 所属分类:Other systems

    • 发布日期:2017-06-01
    • 文件大小:14119522
    • 提供者:飞翔
  1. vlfeat-0.9.19.tar

    0下载:
  2. The VLFeat open source library implements popular computer vision algorithms specializing in image understanding and local featurexs extraction and matching. Algorithms incldue Fisher Vector, VLAD, SIFT, MSER, k-means, hierarchical k-means, agglomera
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:3019213
    • 提供者:zhaiyunlong
  1. Hierarchical-clustering

    0下载:
  2. 里面有层次聚类,k-means和gmm聚类算法-Hierarchical clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1354242
    • 提供者:joe
  1. vlfeat-0.9.20.tar

    0下载:
  2. VLFeat是一个跨平台的开源机器视觉库,它囊括了当前流行的机器视觉算法,如SIFT, MSER, HOG, 同时还包含了诸如K-MEANS, Hierarchical K-means的聚类算法。它由C语言编写,并提供了Matlab接口及详细的文档。当前最新的版本是VLFeat 0.9.18 。(The VLFeat open source library implements popular computer vision algorithms specializing in image un
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:3016704
    • 提供者:mgx0225
  1. c+=

    0下载:
  2. k-means c++, 聚类算法-含代码说明。聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。(k-means c++,Partitioning Methods,Hierarchical Methods,density-based methods,grid-based methods,Model-Based Methods)
  3. 所属分类:其他

    • 发布日期:2021-02-16
    • 文件大小:2048
    • 提供者:dafengche
« 12 »
搜珍网 www.dssz.com