Tag: association rules
The Apriori Algorithm for Association Rule Learning
Apriori is one of the most popular algorithms for determining association rules. Employing the property of anti-monotonicity, Apriory is able to process large volumes of data within a reasonable amount of time. Here we analyze the operation of the algorithm and the peculiarities of its implementation.