DSM-FI: an efficient algorithm for mining frequent itemsets in data streams

  • Authors:
  • Hua-Fu Li;Man-Kwan Shan;Suh-Yin Lee

  • Affiliations:
  • Kainan University, Department of Computer Science, Taoyuan, Taiwan;National Chengchi University, Department of Computer Science, Taipei, Taiwan;National Chiao-Tung University, Department of Computer Science, Hsinchu, Taiwan

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

Online mining of data streams is an important data mining problem with broad applications. However, it is also a difficult problem since the streaming data possess some inherent characteristics. In this paper, we propose a new single-pass algorithm, called DSM-FI (data stream mining for frequent itemsets), for online incremental mining of frequent itemsets over a continuous stream of online transactions. According to the proposed algorithm, each transaction of the stream is projected into a set of sub-transactions, and these sub-transactions are inserted into a new in-memory summary data structure, called SFI-forest (summary frequent itemset forest) for maintaining the set of all frequent itemsets embedded in the transaction data stream generated so far. Finally, the set of all frequent itemsets is determined from the current SFI-forest. Theoretical analysis and experimental studies show that the proposed DSM-FI algorithm uses stable memory, makes only one pass over an online transactional data stream, and outperforms the existing algorithms of one-pass mining of frequent itemsets.