Dmbi Lab 7om
Dmbi Lab 7om
Name: Om Gaikwad
Class : D15A 16
THEORY:
Association mining, also known as association rule mining, is a data mining technique
used to discover interesting relationships, associations, or patterns within large
datasets. The primary goal is to uncover hidden correlations or dependencies between
different variables or items.
The Apriori algorithm is a classical algorithm in data mining and association rule
learning. It's used for discovering frequent itemsets within transaction databases, and
from those itemsets, association rules that meet specified criteria are derived. The
algorithm is based on the concept of "Apriori property," which states that if an itemset
is frequent, then all of its subsets must also be frequent.