BitTableFI: An efficient mining frequent itemsets algorithm

作者:

Highlights:

摘要

Mining frequent itemsets in transaction databases, time-series databases and many other kinds of databases is an important task and has been studied popularly in data mining research. The problem of mining frequent itemsets can be solved by constructing a candidate set of itemsets first, and then, identifying those itemsets that meet the frequent itemset requirement within this candidate set. Most of the previous research mainly focuses on pruning to reduce the candidate itemsets amounts and the times of scanning databases. However, many algorithms adopt an Apriori-like candidate itemsets generation and support count approach that is the most time-wasted process. To address this issue, the paper proposes an effective algorithm named as BitTableFI. In the algorithm, a special data structure BitTable is used horizontally and vertically to compress database for quick candidate itemsets generation and support count, respectively. The algorithm can also be used in many Apriori-like algorithms to improve the performance. Experiments with both synthetic and real databases show that BitTableFI outperforms Apriori and CBAR which uses ClusterTable for quick support count.

论文关键词:Data mining,Frequent itemsets,BitTable,Database compressing

论文评审过程:Received 25 March 2006, Revised 5 August 2006, Accepted 15 August 2006, Available online 18 September 2006.

论文官网地址:https://doi.org/10.1016/j.knosys.2006.08.005