An Efficient Algorithm for Mining Association Rules in Large Databases
Ashoka SavasereEdward OmiecinskiShamkant B. Navathe
- Paper: Fast Algorithms for Mining Association Rules in Large Databases, Rakesh Agrawal et al. (1994). Introduces the seminal Apriori and AprioriTid algorithms, establishing the candidate-generation and pruning baseline against which the source paper's I/O and CPU optimizations are directly evaluated.
- Paper: Mining association rules between sets of items in large databases, Rakesh Agrawal et al. (1993). Formulates the foundational problem of mining association rules from large transaction databases and introduces the initial multi-pass framework that subsequent algorithms seek to accelerate.
- Paper: Mining frequent patterns without candidate generation, Jiawei Han et al. (2000). Advances association rule mining beyond candidate generation by introducing the FP-growth algorithm and compact FP-tree structure to dramatically reduce database passes and runtime.
- Paper: Dynamic itemset counting and implication rules for market basket data, Sergey Brin et al. (1997). Improves database pass efficiency through Dynamic Itemset Counting while introducing the conviction metric to assess rule implication beyond standard support and confidence.
- Paper: Scalable Algorithms for Association Mining, Mohammed J. Zaki (2000). Proposes vertical data representations and lattice-based search space decomposition techniques to optimize itemset mining and minimize disk read bottlenecks.
- Paper: Mining quantitative association rules in large relational tables, Ramakrishnan Srikant et al. (1996). Extends association rule discovery from discrete boolean transaction items to relational tables containing numeric and quantitative attributes.
- Paper: Integrating Classification and Association Rule Mining, Bing Liu et al. (1998). Applies association rule mining to supervised learning tasks by generating class association rules to construct accurate and interpretable classifiers.
- Paper: Data Mining: An Overview from a Database Perspective, Ming-Syan Chen et al. (1996). Provides a comprehensive database-perspective survey that synthesizes scalable frequent itemset algorithms, pruning strategies, and system architectures developed following early mining algorithms.
