Association Rules
With association rules, given a particular dataset, we try to establish a rule that is supported by the data (and with some confidence) suggests a logical inference. For example, people who purchase item may also purchase .
Let be an item-set, an association rule, and a set of transactions of a given database:
Link to original
- The support value of with respect to is defined as the proportion of transactions which contains the item-set .
- The confidence value of a rule, wrt. is the proportion of transactions that contains which also contains .
