F-Miner: A New Frequent Itemsets Mining Algorithm

Xiaoyun Chen,Longjie Li,Zhixin Ma,Shenshen Bai,Feng Guo
DOI: https://doi.org/10.1109/icebe.2006.50
2006-01-01
Abstract:In this paper we present a novel algorithm, called F-Miner to mine the complete set of frequent itemsets by pattern growth. The F-Miner algorithm uses two new compact data structures, Ascending FP-Tree (AFP-Tree) and Frequent Pattern Forest (FP-Forest), to represent the conditional databases. When we construct an AFP-Tree, the items infrequent 1-itemset are ordered infrequency ascending order. The AFP-Tree structure is traversed in top-down depth-first order The root of the AFP-Tree is not "null", but an item which can identify this tree. AFP-Tree has a one-dimensional array which stores the counts of every treenode's item except root-node. In F-Miner we need many AFP-Trees to store a conditional database; these trees construct one forest, called FP-Forest. We test our algorithm versus several other algorithms on real world datasets, such as BMS-POS. The experimental results show that our algorithm is an efficient algorithm on both sparse and dense databases.
What problem does this paper attempt to address?