Concepedia

Publication | Closed Access

Efficient algorithms for discovering association rules

630

Citations

5

References

1994

Year

TLDR

Association rules link itemsets to consequent items, and Agrawal, Imielinski, and Swami pioneered mining them from large datasets using successive database passes. This work proposes a faster algorithm for mining association rules. The algorithm uses combinatorial analysis of earlier passes to prune unnecessary candidate rules. Experiments on a university enrollment database show a five‑fold speedup over the prior method, and demonstrate that sampling is generally an efficient rule‑finding strategy.

Abstract

Association rules are statements of the form 90 % of the rows of the relation, if the row has value 1 in the columns in set W, then it has 1 also in column B. Agrawal, Imielinski, and Swami introduced the problem of mining association rules from large collections of data, and gave a method based on successive passes over the database. We give an improved algorithm for the problem. The method is based on careful combinatorial analysis of the information obtained in previous passes; this makes it possible to eliminate unnecessary candidate rules. Experiments on a university course enrollment database indicate that the method outperforms the previous one by a factor of 5. We also show that sampling is in general a very efficient way of finding such rules.