On-line generation association rules over data streams

  • Authors:
  • Se Jung Shin;Won Suk Lee

  • Affiliations:
  • Department of Computer Science, Yonsei University, 134 Shinchon-dong Seodaemun-gu, Seoul 120-749, Republic of Korea;Department of Computer Science, Yonsei University, 134 Shinchon-dong Seodaemun-gu, Seoul 120-749, Republic of Korea

  • Venue:
  • Information and Software Technology
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

In order to efficiently trace the changes of association rules over an online data stream, this paper proposes a method of generating association rules directly over the changing set of currently frequent itemsets. While all of the currently frequent itemsets in an online data stream are monitored by the estDec method, all the association rules of every frequent itemset in the prefix tree of the estDec method are generated by the proposed method in this paper. For this purpose, a traversal stack is introduced to efficiently enumerate all association rules in the prefix tree. This online implementation can avoid the drawbacks of the conventional two-step approach. In addition, the prefix tree itself can be utilized as an index structure for finding the current support of the antecedent of an association rule. Finally, the performance of the proposed method is analyzed by a series of experiments to identify its various characteristics.