CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - kd树

搜索资源列表

  1. simkd

    0下载:
  2. kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:208607
    • 提供者:胖丫
  1. kdtree

    0下载:
  2. 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:116082
    • 提供者:徐军
  1. Accelerating_Exact_k_means_Algorithms_with_Geometr

    0下载:
  2. 一篇介绍加速kd树算法的英文文章,有比较高的参考价值!-A kd tree algorithm to accelerate introduction of English articles, a relatively high reference value!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:333342
    • 提供者:晨间
  1. Nearest_neighbours_and_kD_trees

    0下载:
  2. 利用kd树寻找多维空间最近点的英文书籍,有利于学习ICP算法!-Multidimensional space using kd tree to find the nearest point of the English books is conducive to learning ICP algorithm!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:114930
    • 提供者:晨间
  1. BOS_NLTV_v1

    0下载:
  2. kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6211404
    • 提供者:luyang
  1. 71477222simkd

    0下载:
  2. kd树,里面有详细代码,介绍kd树的生成、使用。-kd tree, there are detailed code, generate kd tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:208611
    • 提供者:紫龙
  1. visKDTree

    0下载:
  2. KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:821257
    • 提供者:曾真
  1. KDTreeprogramVC

    0下载:
  2. kd树的算法实现,用VC写的,比较详细,大家参考-kd tree program
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5225533
    • 提供者:lvdan
  1. @kdtree

    0下载:
  2. kd树在matlab下的实现主要包含4个子函数-The following code implements a KDTree search algorithm in MATLAB.There are 4 main functions
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:198714
    • 提供者:
  1. kdtree1

    0下载:
  2. KD树在vc++中的实现包含kd树的创建等-the implement of kdtree in vc++
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:234377
    • 提供者:
  1. 030_Assignment_2_KDTree

    0下载:
  2. 介绍kd树的基本方法和实现的操作步骤,英文介绍。-The kd tree methods and implementation steps, English.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:265036
    • 提供者:Sherlock
  1. ANN_1.1.2(Newest-Vision-2010-1-27)-

    1下载:
  2. ANN是一个构造数据索引结果的程序,可以实现最近邻、KD树等功能。ANN is designed for data sets that are small enough that the search structure can be stored in main memory (in contrast to approaches from databases that assume that the data resides in secondary storage). Points ar
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-09
    • 文件大小:999424
    • 提供者:fhqu
  1. kd-Tree-On-KNN

    0下载:
  2. 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:2628856
    • 提供者:叶冬荣
  1. kd-tree

    0下载:
  2. K-D树的应用文档,适合对K-D树深入学习的同学。文献对K-D树现状和应用有一定的描述-K- D tree application document, suitable for students to K- D tree in-depth study. Literature on K- D describes the present situation and application of a certain tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1274668
    • 提供者:鲍义东
  1. MyKD_Tree

    0下载:
  2. KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者-KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:6564231
    • 提供者:陈坤校
  1. findKN

    0下载:
  2. 在数据挖掘、人工智能等领域中,都常用到KD树来进行K近邻查找。本程序是自己用C++实现的一个KD树来进行的K近邻查找程序,包含建树和查找。文件中附有测试文件。-In data mining, artificial intelligence and other areas, it is commonly used to KD tree to find K nearest neighbor. This procedure is K neighbor Finder C++ they used to a
  3. 所属分类:Data Mining

    • 发布日期:2017-05-22
    • 文件大小:6462575
    • 提供者:风之痕lch
  1. KNN Matting

    1下载:
  2. KNN算法实现的抠图程序,包含数据集,使用了KD树实现KNN(KNN algorithm to achieve the matting process, including data set)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:33420288
    • 提供者:feifei9322
  1. knn-MATLAB

    1下载:
  2. 这是一个实现简单的多数表决法的KNN算法。KNN算法涉及三个重要的步骤,分别是决定K的大小;距离的表达方法(一般有欧式距离,曼哈顿距离,Minkowski距离);决策方法(多数表决法,KD树法等)。本程序是采用多数表决的决策方法,距离表达采用欧式距离。适用于小样本少特征的数据集。(KNN algorithm realized by MATLAB, useful for small training set and less features.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:乃肥
  1. decision_tree

    2下载:
  2. 自己用matlab实现的决策树仿真的代码,决策树代码包含ID3算法和C4.5算法,算法原理可以参照统计学习(李航著),具体代码编写部分参照网上博客。实现结果用matlab的treelayout实现,模拟树形实现最大程度图形化还原,可以为学习相关算法的朋友提供参考。代码包含相应的主函数和两个决策树函数,具体可参考文字示意。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, th
  3. 所属分类:matlab例程

  1. KDTREE

    1下载:
  2. kd树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。
  3. 所属分类:数据结构常用算法

« 12 »
搜珍网 www.dssz.com