节点文献

深度优先遍历Δ-tree的非递归KNN查询

Non-recursive KNN search using depth-first traversal of Δ-tree

  • 推荐 CAJ下载
  • PDF下载
  • 不支持迅雷等下载工具,请取消加速工具后下载。

【作者】 刘艳郝忠孝

【Author】 LIU Yan1,2,HAO Zhongxiao1,3 1.College of Computer Science and Technology,Harbin University of Science and Technology,Harbin 150080,China 2.Institute of Software,Changchun University,Changchun 130022,China 3.College of Computer Science and Technology,Harbin Institute of Technology,Harbin 150001,China

【机构】 哈尔滨理工大学计算机科学与技术学院长春大学软件学院哈尔滨工业大学计算机科学与技术学院

【摘要】 kNN查询是高维数据库中最重要的操作之一,尽管它在数据库研究中得到了极大的关注,但很少有关于主存数据库kNN查询的工作。充分利用kNN查询自身的特点,基于高效的主存索引Δ-tree设计了一种新的kNN查询算法NR_DF_knn_Search,该算法采用非递归方式深度优先搜索Δ-tree中距离查询点较近的叶子节点,能够快速找到较优的kNN候选,更新修剪距离,加大剪枝力度,缩小搜索空间,从而提高kNN查询效率。通过实验对该算法进行了估价,结果证明该算法是有效的。

【Abstract】 k Nearest Neighbor(kNN) search is one of the most important operations in high databases.Although it has received considerable attention in the database literature,there is little prior work on kNN retrieval in main-memory databases.Fully utilizing its own characteristics of kNN query,a new kNN search algorithm is proposed,called NR_DF_knn_Search,for efficient main memory index Δ-tree.This algorithm searches the leaf nodes of Δ-tree that nearer the query point by non-recursive depth first manner,can quickly find near optimal kNN candidates,update pruning distance,increase prune force,narrow the search space,so it improves kNN query efficiency.Extensive experiments are conducted to evaluate the NR_DF_knn_Search algorithm,and report results demonstrate its effectiveness.

【基金】 黑龙江省自然科学基金No.F200601~~
  • 【文献出处】 计算机工程与应用 ,Computer Engineering and Applications , 编辑部邮箱 ,2011年15期
  • 【分类号】TP311.13
  • 【被引频次】2
  • 【下载频次】120
节点文献中: 

本文链接的文献网络图示:

本文的引文网络