Q: Assume that following frequent itemsets were determined from a given data set using a minimum support count=10 .
{{A}:35, {B}: 40, {C}: 20, {B, C}: 15, {A, B}:15, {A, C}:20, {A, B, C}:10}
a - Generate all the possible association rules from the {A,B,C} frequent itemset
b - Compute the support and confidence values for rules.