Machine learningMachine learning

Apriori Algorithm

The Apriori algorithm, introduced by Agrawal and Srikant in 1994, is the foundational method for discovering frequent itemsets and association rules in transactional databases. It uses a breadth-first, level-wise search guided by the anti-monotone property of support to efficiently enumerate all item combinations that co-occur above a user-set minimum threshold, then extracts interpretable if-then rules from those patterns.

MethodMind'de açSoonVideoSoon

Tam yöntemi oku

Members only

Sign in with a free account to read this section.

Sign in

Sources

  1. Agrawal, R. & Srikant, R. (1994). Fast algorithms for mining association rules. Proceedings of the 20th International Conference on Very Large Data Bases (VLDB), 487–499. link
  2. Apriori algorithm. Wikipedia. link

Related methods

Referenced by

ScholarGateApriori Algorithm (Apriori Algorithm for Association Rule Mining). Retrieved 2026-06-04 from https://scholargate.app/tr/machine-learning/apriori-algorithm