Mining General Temporal Association Rules for Items with Different Exhibition Periods

  • Authors:
  • Cheng-Yue Chang;Ming-Syan Chen;Chang-Hung Lee

  • Affiliations:
  • -;-;-

  • Venue:
  • ICDM '02 Proceedings of the 2002 IEEE International Conference on Data Mining
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we explore a new model of mining generaltemporal association rules from large databases wherethe exhibition periods of the items are allowed to be differentfrom one to another. Note that in this new model,the downward closure property which all prior Apriori-basedalgorithms relied upon to attain good efficiency isno longer valid. As a result, how to efficiently generatecandidate itemsets form large databases has become themajor challenge. To address this issue, we develop an efficientalgorithm, referred to as algorithm SPF (standingfor Segmented Progressive Filter) in this paper. The basicidea behind SPF is to first segment the database into sub-databasesin such a way that items in each sub-databasewill have either the common starting time or the commonending time. Then, for each sub-database, SPF progressivelyfilters candidate 2-itemsets with cumulative filteringthresholds either forward or backward in time. This featureallows SPF of adopting the scan reduction techniqueby generating all candidate k-itemsets (k 2) from candidate2-itemsets directly. The experimental results show thatalgorithm SPF significantly outperforms other schemeswhich are extended from prior methods in terms of the executiontime and scalability.