PADS: a simple yet effective pattern-aware dynamic search method for fast maximal frequent pattern mining

  • Authors:
  • Xinghuo Zeng;Jian Pei;Ke Wang;Jinyan Li

  • Affiliations:
  • Simon Fraser University, School of Computing Science, 8888 University Drive, V5A 1S6, Burnaby, BC, Canada;Simon Fraser University, School of Computing Science, 8888 University Drive, V5A 1S6, Burnaby, BC, Canada;Simon Fraser University, School of Computing Science, 8888 University Drive, V5A 1S6, Burnaby, BC, Canada;Nanyang Technological University, School of Computer Engineering, Singapore, Singapore

  • Venue:
  • Knowledge and Information Systems
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

While frequent pattern mining is fundamental for many data mining tasks, mining maximal frequent patterns efficiently is important in both theory and applications of frequent pattern mining. The fundamental challenge is how to search a large space of item combinations. Most of the existing methods search an enumeration tree of item combinations in a depth-first manner. In this paper, we develop a new technique for more efficient max-pattern mining. Our method is pattern-aware: it uses the patterns already found to schedule its future search so that many search subspaces can be pruned. We present efficient techniques to implement the new approach. As indicated by a systematic empirical study using the benchmark data sets, our new approach outperforms the currently fastest max-pattern mining algorithms FPMax* and LCM2 clearly. The source code and the executable code (on both Windows and Linux platforms) are publicly available at http://www.cs.sfu.ca/~jpei/Software/PADS.zip.