Q. How can we best represent ‘support’ for the following association rule: “If X and Y, then Z”. (Solved)
1. {x,y}/(total number of transactions)
2. {z}/(total number of transactions)
3. {z}/{x,y}
4. {x,y,z}/(total number of transactions)
- c. {z}/{x,y}