Question: Question 3 ( 1 5 marks ) Given the following transaction database from a supermarket: Transaction ID items T 1 I 1 , I 2

Question 3(15 marks)
Given the following transaction database from a supermarket:
Transaction ID
items
T1
I1, I2, I3
T2
I2, I3, I4
T3
I4, I5
T4
I1, I2, I4
T5
I1, I2, I3, I5
T6
I1, I2, I3, I4
What are the frequent itemsets after running Apriori algorithm on the above transaction database with a minimum support of 50%?
Calculate the following confidence:
{I1, I2}=>{ I3}
{I2}=>{I1, I3}
{I1, I3}=>{I2}
Calculate the following lift:
{I2}=>{I3}
{I2}=>{I4}
{I1, I3}=>{I2}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!