Fast FP-Growth for association rule mining
Ming Yang,Ping Yang,Genlin Ji,Zhihui Sun
DOI: https://doi.org/10.3969/j.issn.1003-7985.2003.04.004
2003-01-01
Abstract:In this paper, we propose an efficient algorithm, called FFP-Growth (short for fast FP-Growth), to mine frequent itemsets. Similar to FP-Growth, FFP-Growth searches the FP-tree in the bottom-up order, but need not construct conditional pattern bases and sub-FP-trees, thus, saving a substantial amount of time and space, and the FP-tree created by it is much smaller than that created by TD-FP-Growth, hence improving efficiency. At the same time, FFP-Growth can be easily extended for reducing the search space as TD-FP-Growth (M) and TD-FP-Growth (C). Experimental results show that the algorithm of this paper is effective and efficient.