An FP-tree construction algorithm based on exchanging nodes

NING Hui,CUI Li-gang,GUO Xiao-yu,WU Yue,FEI Jian-gang
DOI: https://doi.org/10.3969/j.issn.1009-671X.2010.05.010
2010-01-01
Abstract:FP-tree based FP-growth algorithm on association rule, which needs not to generate candidate itemset, is one of the data mining approaches widely applied in frequent item-set excavation. However, it still has disadvantages such as low running speed and more occupied resources when mining is performed in large datasets. To these problems it is found that the construction of FP-tree or condition FP-tree is performed in a stage occupying the most resources. To overcome these drawbacks, this paper proposes an improved FP-tree construction algorithm. On the one hand, it adopts node exchanging to reduce the scale of the tree and improve the mining efficiency. On the other hand, node exchanging condition is limited by threshold which is the difference of counters on node supporting degrees, which avoids unnecessary system spending due to excessive frequent exchanging. In this paper the FP-tree construction approach based on node exchanging is called TFP-tree algorithm. Experiment validation and performance analysis demonstrate that with a short running time and a great efficiency, the new approach is powerful.
What problem does this paper attempt to address?