The real wordsTheory
Transactions, itemsets and rules
TransactionOne basket. One row of the data, listing what was bought together.
ItemsetAny group of items, for instance {bread, butter}.
RuleWritten LHS to RHS. The antecedent (left) is the "if", the consequent (right) is the "then".
So {bread} to {butter} reads: if a basket contains bread, it also tends to contain butter.
A rule is a direction, not a fact about causes. Nobody claims bread makes people buy butter.