作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2013, Vol. 39 ›› Issue (7): 26-30,44. doi: 10.3969/j.issn.1000-3428.2013.07.006

• 专栏 • 上一篇    下一篇

受限网络移动对象的概率最近邻查询

高 峻1,郝忠孝1,2   

  1. (1. 哈尔滨理工大学计算机科学与技术学院,哈尔滨 150080;2. 哈尔滨工业大学计算机科学与技术学院,哈尔滨 150001)
  • 收稿日期:2012-07-11 出版日期:2013-07-15 发布日期:2013-07-12
  • 作者简介:高 峻(1972-),女,副教授、博士研究生,主研方向:数据库技术;郝忠孝,教授、博士生导师
  • 基金资助:

    黑龙江省自然科学基金资助项目(F200821)

Probabilistic Nearest Neighbor Query of Constrained Network Moving Object

GAO Jun    1, HAO Zhong-xiao      1,2   

  1. (1. College of Computer Science and Technology, Harbin University of Science and Technology, Harbin 150080, China; 2. College of Computer Science and Technology, Harbin Institute of Technology, Harbin 150001, China)
  • Received:2012-07-11 Online:2013-07-15 Published:2013-07-12

摘要:

基于自由空间移动对象概率最近邻查询,给出受限网络移动对象概率最近邻(CNPNN)查询概念,提出一种基于网络概率Voronoi图的CNPNN查询算法。利用基于网络距离的概率度量得到不确定数据的网络概率Voronoi单元,建立网络概率Voronoi图覆盖受限网络。使用对点查询具有优势的R+树,对不确定数据的网络概率Voronoi单元进行索引,减少搜索时间。确定查询对象所在网络Voronoi单元,得到查询对象最可能的最近邻。实验结果表明,该算法时间复杂度为O(n2+mlogmn),在一定条件下具有较好的性能。

关键词: 最近邻, 受限网络, 移动对象, 概率最近邻, 概率Voronoi图, R+树

Abstract:

Based on moving object probabilistic nearest neighbor query in free space, the concept of constrained network moving object Probabilistic Nearest Neighbor query(CNPNN) is put forward, and the CNPNN algorithm based on network probabilistic Voronoi diagram is proposed. The probabilistic measure based on the network distance is used to derive the network probabilistic Voronoi cells of the uncertain objects, and the network probabilistic Voronoi diagram is built to cover the constrained network. R+ tree is used to index network probabilistic Voronoi cells for decreasing search time. Network probabilistic Voronoi cell containing query object is located to acquire query object’s most likely Nearest Neighbor(NN). Experimental results show that the time complexity of algorithm is O(n2+mlogmn), has a better performance under certain conditions.

Key words: Nearest Neighbor(NN), constrained network, moving object, Probabilistic Nearest Neighbor(PNN), probabilistic Voronoi diagram, R+ tree

中图分类号: