Association Rule
Basically an Implication where and are non-empty and there must exist an intersection.
- Find all frequent Itemset
- Generate strong rules from these frequent items using Support and Confidence
Basically an Implication where and are non-empty and there must exist an intersection.