(Solution) - Consider the data set shown in Table 7 13 Suppose we -(2025 Original AI-Free Solution)
Paper Details
Consider the data set shown in Table 7.13. Suppose we are interested in extracting the following association rule:
{?1 ? Age ? ?2, Play Piano = Yes} ?? {Enjoy Classical Music = Yes}
Table 7.13. Data set for Exercise 6.
![Consider the data set shown in Table 7.13. Suppose we](http://www.solutioninn.com/image/images11/908-M-S-D-A (8674).png)
(a) Suppose we discretize the Age attribute into 3 equal-frequency intervals. Find a pair of values for ?1 and ?2 that satisfy the minimum support and minimum confidence requirements.
(b) Repeat part (a) by discretizing the Age attribute into 4 equal-frequency intervals. Compare the extracted rules against the ones you had obtained in part (a).
(c) Repeat part (a) by discretizing the Age attribute into 6 equal-frequency intervals. Compare the extracted rules against the ones you had obtained in part (a).
(d) From the results in part (a), (b), and (c), discuss how the choice of discretization intervals will affect the rules extracted by association rule mining algorithms.