associationrule
An association rule is a data mining technique used to discover interesting relationships between items in large transactional databases. An association rule X -> Y expresses that transactions containing all items in X tend to also contain items in Y. Here X and Y are disjoint itemsets, and the rule is evaluated by how frequently the items appear together and how reliably X predicts Y.
Key metrics used to assess rules include support, confidence, and lift. Support of a rule (X -> Y)
Mining process typically first identifies frequent itemsets—those with support above a user-defined minimum. From these itemsets,
Applications of association rules include market basket analysis, cross-selling, catalog design, and inventory optimization. Limitations include
Extensions cover additional interestingness measures, mining closed or maximal itemsets, quantitative association rules, and methods for