Mining Frequent Pattern Based On Fading Factor In Data Streams

Jia-Dong Ren,Hui-Ling He,Chang-Zhen Hu,Li-Na Xu,Li-Bo Wang
DOI: https://doi.org/10.1109/ICMLC.2009.5212115
2009-01-01
Abstract:In order to improve the mining efficiency of frequent patterns in data streams, we present an algorithm DS-FPM for mining frequent patterns in data streams. First, a data structure DSFP-tree is constructed and the data stream is divided into a set of segments, then potential frequent itemsets on each segment are obtained by IGFA algorithm, while the generated itemsets and the remaining itemsets of DSFP-tree generated by the earlier segment and sampled by fading factor are stored in new DSFP-tree, finally, the frequent patterns in the data stream can be rapidly found by a breadth-first search strategy. The experimental result shows that the execution efficiency of DS-FPM is better than that of FPIL-STREAM algorithm.
What problem does this paper attempt to address?