Journal of Statistical Software (Sep 2005)

arules - A Computational Environment for Mining Association Rules and Frequent Item Sets

  • Michael Hahsler,
  • Bettina Grün,
  • Kurt Hornik

DOI
https://doi.org/10.18637/jss.v014.i15
Journal volume & issue
Vol. 14, no. 1
pp. 1 – 25

Abstract

Read online

Mining frequent itemsets and association rules is a popular and well researched approach for discovering interesting relationships between variables in large databases. The R package arules presented in this paper provides a basic infrastructure for creating and manipulating input data sets and for analyzing the resulting itemsets and rules. The package also includes interfaces to two fast mining algorithms, the popular C implementations of Apriori and Eclat by Christian Borgelt. These algorithms can be used to mine frequent itemsets, maximal frequent itemsets, closed frequent itemsets and association rules.