MFISW: a new method for mining frequent itemsets in time and transaction sensitive sliding window

  • Authors:
  • Jiayin Feng;Zhongwen Yan;Yan Kang;Jing Wang;Lihong An

  • Affiliations:
  • Computer Science Department, Foreign Languages Department, College of HeBei Normal University of Science and Technology, Qin Huangdao, HeBei Province, China;Computer Science Department, Foreign Languages Department, College of HeBei Normal University of Science and Technology, Qin Huangdao, HeBei Province, China;Computer Science Department, Foreign Languages Department, College of HeBei Normal University of Science and Technology, Qin Huangdao, HeBei Province, China;Computer Science Department, Foreign Languages Department, College of HeBei Normal University of Science and Technology, Qin Huangdao, HeBei Province, China;Computer Science Department, Foreign Languages Department, College of HeBei Normal University of Science and Technology, Qin Huangdao, HeBei Province, China

  • Venue:
  • FSKD'09 Proceedings of the 6th international conference on Fuzzy systems and knowledge discovery - Volume 5
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

It is challenge to design an efficient summary data structure and an online approximation algorithms to limit the memory usage and the scan times in streaming data mining. In this paper, we present a CST(compressed Suffix Tree) structure to store arriving itemsets in the SC model. Then, our MFISW (Mining Frequent Itemsets in Sliding Window) algorithm with the top-down traversal strategy can only scan data once to mine frequent itemsets in sliding window. Next, MFISW algorithm can update the mining result incrementally. Experiment shows that MFISW is efficient and scalable.