搜索资源列表
HnSRTree-2.0beta5a
- SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video a
FastSearching
- 最近邻搜索算法,k_tree算法的大部分中文文献-Nearest neighbor search algorithm, k_tree algorithm for most of the Chinese literature
Strict_order_branches_and_comprehensive_algorithm_
- 严格有序分支的快速最近邻及其综合算法Strict order branches and comprehensive algorithm for fast nearest neighbor-Strict order branches and comprehensive algorithm for fast nearest neighbor Strict order branches and comprehensive algorithm for fast nearest neighbor
MARK_KNN
- k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
flann-1.6.11-src
- 快速计算近似最近邻域,可用于图形处理中计算点云的k-Quickly compute approximate nearest neighbor, can be used for graphics processing point cloud computing knn
point
- 用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方-Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity)
KNN
- 数据挖掘经典算法 (C语言实现版)KNN最近邻算法-Classical data mining algorithms KNN nearest neighbor algorithm