Mining Frequent Itemsets with Positive and Negative Items Based on FP-Tree

Yu-Fang ZHANG,Zhong-Yang XIONG,Yan PENG,Ying ZHAO
DOI: https://doi.org/10.3969/j.issn.1003-6059.2008.02.019
2008-01-01
Abstract:Using the concept of frequent pattern tree of FP_growth, a new frequent pattern tree containing positive and negative items is constructed. The frequent itemsets with positive and negative items are mined through extending frequent patterns on the tree. Compared with the algorithms of directly using FP_growth, the proposed algorithm has no requirement for growing negative item to original database as well as the construction or destruction of additional data structures. Only some modifications to the original frequent pattern tree are needed. Therefore it has certain advantages in time and space costs. Experiments show that the algorithm has better efficiency than the existing mining algorithms and algorithms of directly using FP_growth.
What problem does this paper attempt to address?