Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the database D depicted in Table 2, containing five transactions. Consider minsup = 60% and minconf = 80%. TID Items T100 T200 T300
Consider the database D depicted in Table 2, containing five transactions. Consider minsup = 60% and minconf = 80%. TID Items T100 T200 T300 T400 (M, U, C, K, Y} T500 (C, O, O, K, I, E) Table 2: Database D of transactions to be analysed. (M, O, N, K, E, Y} (D, O, N, K, E, Y} (M. A, K, E) i. Using Apriori algorithm, find all frequent item-sets in the database D. List all of the strong association rules and corresponding support S and confidence C matching the following meta rule, where X is a variable representing customers, and Item denotes variables representing items (e.g., "A", "O", etc.) VED, buys(X, item) A buys(X, item2) buys(X, item3) [S, C].
Step by Step Solution
★★★★★
3.40 Rating (162 Votes )
There are 3 Steps involved in it
Step: 1
To find all frequent itemsets in the database D using the Apriori algorithm with a minimum support minsup of 60 we follow these steps Step 1 Generate a list of frequent 1itemsets Count the occurrences ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started