• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (02): 359-364.

• 论文 • 上一篇    下一篇

一种基于图结构分解的图近似查询方法研究

杨书新,谭伟,魏朝奇   

  1. (江西理工大学信息工程学院,江西 赣州 341000)
  • 收稿日期:2013-04-03 修回日期:2013-09-04 出版日期:2015-02-25 发布日期:2015-02-25
  • 基金资助:

    江西省自然基金资助项目(20122BAB201045);江西省科技厅青年科学基金资助项目(20122BAB211035);江西省教育厅科技资助项目(GJJ12349,GJJ11126,GJJ12347);江西省研究生创新基金资助项目(YC2011S093);江西理工大学自然基金资助项目(jxxj11053)

A graph approximate query method
based on graph decomposition  

YANG Shuxin,TAN Wei,WEI Chaoqi   

  1. (School of Information Engineering,Jiangxi University of Science and Technology,Jiangxi 341000,China)
  • Received:2013-04-03 Revised:2013-09-04 Online:2015-02-25 Published:2015-02-25

摘要:

图近似查询能够得到与查询图近似的结果集,相比较精确查询具有更广泛的应用范围。为提高近似查询的查准率和查全率,提出一种基于图结构分解的查询算法。该算法通过对查询图和目标图进行图结构分解,对其建立图分解索引,利用查询图的最小生成树集得到满足阈值的生成树集,通过图标准编码在索引中快速定位,查找出所有可能的近似结果。实验结果表明,该算法能有效得到近似结果,提高查询速度。

关键词: 图近似查询, DAG图, 最小生成树

Abstract:

The graph approximate query of graph data can get result sets similar to the query graph.It’s been more widely applied in many areas than accurate query.To obtain complete and reliable results,we propose an algorithm based on graph decomposition.This algorithm decomposes the query graph and the graph data according to the graph structure,and makes an index based on DAG.Utilizing the minimum spanning tree set of the query graph,we get the spanning tree set with a threshold;and we use graph standard codes for quick query and get approximate results as many as possible.The experimental results show that the algorithm can effectively get the approximate results and improve the query speed.

Key words: graph approximate search;DAG graph;minimum spanning tree