Efficiently mining maximal frequent itemsets 论文
2002引用 393
Data Mining Algorithms and ApplicationsRough Sets and Fuzzy LogicData Management and Algorithms
摘要
We present GenMax, a backtracking search based algorithm for mining maximal frequent itemsets. GenMax uses a number of optimizations to prune the search space. It uses a novel technique called progressive focusing to perform maximality checking, and diffset propagation to perform fast frequency computation. Systematic experimental comparison with previous work indicates that different methods have varying strengths and weaknesses based on dataset characteristics. We found GenMax to be a highly efficient method to mine the exact set of maximal patterns.