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.