INFO
Evaluates the strength of association rules based on the proportion of transactions that contain both antecedent and consequent items.
How It Works
For a rule :
-
Support:
-
Confidence:
Support measures how frequently the rule occurs.
Confidence measures how reliably occurs when does.
What to Look For
- High support = frequent pattern
- High confidence = strong conditional dependency
- Use thresholds to prune weak or rare rules