Itemlistfci: An Algorithm For Mining Closed Frequent Itemsets Based On Bit Table

Keming Tang,Caiyan Dai,Ling Chen
DOI: https://doi.org/10.4028/www.scientific.net/AMM.44-47.3159
2011-01-01
Applied Mechanics and Materials
Abstract:Mining closed frequent itemsets in data streams is an important task in stream data mining. Most of the traditional algorithms for mining closed frequent itemsets are Apriori-based which find the frequent itemsets from large amount of candidates, and needs a great deal of time and space. In this paper, an algorithm ItemListFCI for mining closed frequent itemsets in data stream is proposed. The algorithm is based on the sliding window model, and uses a Item List where the transactions and itemsets are recorded by the column and row vectors respectively. The algorithm first builds the Item List for the first sliding window. Frequent closed itemsets can be detected by pair-test operations on the binary numbers in the Table. After building the first Item List, the algorithm updates the Item List for each sliding window. The frequent closed itemsets in the sliding window can be identified from the Item List. Algorithms are also proposed to modify Item List when adding and deleting a transaction. The experimental results on synthetic and real data sets indicate that the proposed algorithm needs less CPU time and memory than other similar methods.
What problem does this paper attempt to address?