A Maximal Frequent Itemset Algorithm
Hui Wang5
, Qinghua Li5, Chuanxiang Ma5 and Kenli Li5
| (5) |
Computer School, Huazhong University of Science and Technology, 430074 WuHan, P.R.China |
Abstract
We present MinMax, a new algorithm for mining maximal frequent itemsets(MFI) from a transaction database. It is based on depth-first
traversal and iterative. It combines a vertical tidset representation of the database with effective pruning mechanisms. MinMax
removes all the non-maximal frequent itemsets to get the exact set of MFI directly, needless to enumerate all the frequent
itemsets from smaller ones step by step. It backtracks to the proper ancestor directly, needless level by level. We found
MinMax to be more effective than GenMax, a state-of-the-art algorithm for finding maximal frequent itemsets, to prune the
search space to get the exact set of MFI.
This paper is supported by the National Natural Science Foundation of China under Grant No.60273075
References secured to subscribers.