Welcome![Sign In][Sign Up]
Location:
Search - knn kd tree

Search list

[AI-NN-PRKNN

Description: c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
Platform: | Size: 624640 | Author: duckur | Hits:

[Special Effectsflann-1.2-src

Description: 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
Platform: | Size: 277504 | Author: | Hits:

[matlabknnsearch

Description: 寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing. The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file. The code is very simple, hence is also suitable for beginner to learn knn search.
Platform: | Size: 3072 | Author: 刘晓红 | Hits:

[.netKDTreeKnn

Description: KD Tree KNN This source code implement KD Tree in C# This is for my research Performance very good Using Parralel proceessing
Platform: | Size: 137216 | Author: Cang | Hits:

[Data structskd-tree

Description: knn搜索 利用kd tree 查找最相邻的k个高维空间的点-knn kd-tree
Platform: | Size: 208896 | Author: zlc | Hits:

[Other Databasesknn

Description: 这是一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳。 K-nearest neighbor search已经广泛应用在科学与工程上,比如模式识别,数据挖掘和信号处理。 -This is a small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm JIT theoretical acceleration cycle, than to quantify an effective solution to the large amounts of data accuracy problems. Even more than the effect of kd-tree to be good. K-nearest neighbor search has been widely used in science and engineering, such as pattern recognition, data mining and signal processing.
Platform: | Size: 3072 | Author: hxl | Hits:

[Data structskd-Tree-On-KNN

Description: 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
Platform: | Size: 2628608 | Author: 叶冬荣 | Hits:

[Otherknn

Description: 实现构建k-d树并且实现k-d树上的最邻近查找算法-Build a kd-tree and kd tree nearest neighbor search algorithm
Platform: | Size: 2048 | Author: 汪小龙 | Hits:

[DataMiningknn

Description: KNN分类器的MATLAB代码,速度快效果好,适合初学者使用。-KNN search without using any gancy data structure, such as kd-tree. However, it is the fastest knn matlab implementation I ever found.
Platform: | Size: 2048 | Author: 赵子龙 | Hits:

[MPICUDA_KDtree

Description: 使用KDtree进行KNN计算的source code-kd tree KNN
Platform: | Size: 10240 | Author: mamingfei | Hits:

[Otherknn-kdtree

Description: kd树,分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-KD tree, the data structure of K dimensional data space. It is mainly used in the search of key data in multidimensional space (such as range search and nearest neighbor search). K-D tree is a special case of binary space partitioning tree.
Platform: | Size: 4096 | Author: Christiana | Hits:

CodeBus www.codebus.net