Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( a ) A database has 9 transactions, shown below: TID Items Bought T 1 { A , B } T 2 { B ,

(a) A database has 9 transactions, shown below:
TID Items Bought
T1{A, B}
T2{B, D}
T3{B, C}
T4{B, A, D}
T5{A, C}
T6{B, C}
T7{A, C}
T8{B, A, C, E}
T9{B, A, C}
Assuming a minimum level of support count min sup count =2 and a minimum level of confidence min conf =50% :
(i) Use the Apriori algorithm to find the frequent itemset(s). Then list all frequent itemsets that can be derived from the frequent itemset(s) of the algorithm (not just the ones with the maximum width/length). Just showing the final answer is not acceptable; show all steps of the algorithm with appropriate justification. For each iteration (k ) show the candidate (Ck ) and acceptable frequent itemsets (Lk ).
(ii) List all of the association rules that can be derived based on the frequent itemset(s) of the previous question. While showing the association rules, show also their support and confidence values. Finally, mention and explain which of these association rules are strong.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Databases With PostgreSQL From Novice To Professional

Authors: Richard Stones, Neil Matthew

2nd Edition

1590594789, 978-1590594780

More Books

Students also viewed these Databases questions