Question: Data Mining 2. Consider the data set shown in the following table. Compute the support for itemsets {e}, {b, d}, and {b, d, e} by
Data Mining
2. Consider the data set shown in the following table.

-
Compute the support for itemsets {e}, {b, d}, and {b, d, e} by treating each transaction ID as a market basket.
-
Use the results in part (a) to compute the confidence for the association rules {b, d}{e} and {e}{b, d}. Is confidence a symmetric measure?
-
Repeat part (a) by treating each customer ID as a market basket. Each item should be treated as a binary variable (1 if an item appears in at least one transaction bought by the customer, and 0 otherwise).
-
Use the results in part (c) to compute the confidence for the association rules {b, d}{e} and {e}{b, d}.
-
Suppose s1 and c1 are the support and confidence values of an association rule r when treating each transaction ID as a market basket. Also, let s2 and c2 be the support and confidence values of r when treating each customer ID as a market basket. Discuss whether there are any relationships between s1 and s2 or c1 and c2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
