TGP: mining top-K frequent closed graph pattern without minimum support

  • Authors:
  • Yuhua Li;Quan Lin;Ruixuan Li;Dongsheng Duan

  • Affiliations:
  • School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, P.R. China;School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, P.R. China;School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, P.R. China;School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, P.R. China

  • Venue:
  • ADMA'10 Proceedings of the 6th international conference on Advanced data mining and applications: Part I
  • Year:
  • 2010

Quantified Score

Hi-index 0.01

Visualization

Abstract

In this paper, we propose a new mining task: mining top-k frequent closed graph patterns without minimum support. Most previous frequent graph pattern mining works require the specification of a minimum support threshold. However it is difficult for users to set a suitable value sometimes. We develop an efficient algorithm, called TGP, to mine patterns without minimum support. A new structure called Lexicographic Pattern Net is designed to store graph patterns, which makes the closed pattern verification more efficient and speeds up raising support threshold dynamically. In addition, Lexicographic Pattern Net can be stored in the file through serialization, so it doesn't need generate candidate patterns again in the next mining. It is found in the preliminary experiments that TGP can find top-k frequent closed graph patterns completely and accurately. Furthermore, TGP can be extended to mine other kinds of graphs or dynamic graph streams easily.