Answered step by step
Verified Expert Solution
Question
1 Approved Answer
+ Given the following transaction database from a supermarket: Transaction ID itemse Tie 11, 12, 13 T2e 12, 13, 142 T3e 14, 15e T4 I1,
+ Given the following transaction database from a supermarket: Transaction ID itemse Tie 11, 12, 13 T2e 12, 13, 142 T3e 14, 15e T4 I1, 12, 14 T5e 11, 12, 13, 15e Toe 11, 12, 13, 14 What is the output of the Apriori algorithm run on the above transaction database with a minimum support of 50 % (1.e. 3 out of 6 transactions)? Calculate the following confidence: {I1, 12] => {13} {12} => {I1, 13} {I1, 13} => {12} Calculate the following lift: {12} => {13} {12} => {14} {11, 13} => {12}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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