Index | About | Me | Jump to Menu Section

Association Rule Learning

Association rule learning is a rule-based machine learning method for discovering interesting relations between variables in large databases. It is intended to identify strong rules discovered in databases using some measures of interestingness.

R -> L or if R then L

Metrics

Apriori Algorithm library(arules)

CBA - Classification Based on Association Rules Algorithm