Mining Frequent Patterns with Gaps and One-Off Condition

  • Authors:
  • Yongming Huang;Xindong Wu;Xuegang Hu;Fei Xie;Jun Gao;Gongqing Wu

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • CSE '09 Proceedings of the 2009 International Conference on Computational Science and Engineering - Volume 01
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Mining frequent patterns with a gap requirement from sequences is an important step in many domains, such as biological sciences. Given a character sequence S of length L, a certain threshold and a gap constraint, we aim to discover frequent patterns whose supports in S are no less than the given threshold value. A frequent pattern P can have wildcards, and the numbers of the wildcards between elements of P must fulfill user-specified gap constraints. Also, this mining process satisfies the one-off condition and an Apriori-like property to be efficient. Experiments show that our method can mine as many frequent patterns with wildcards as the existing MPP algorithm, but has a much better performance in time.