Question: Table 1 contains data regarding 5 transactions and the items purchased in the respective transactions. Part 1 : Apply the Apriori algorithm to the above

Table1 contains data regarding 5transactions and the items purchased in the respective
transactions.
Part1: Apply the Apriori algorithm to the above data set with min support =0.3
a. Show the generating process of 1-item frequent pattern including all candidate patterns,
support count, and pruning using Apriori property.
b. Show the generating process of 2-item frequent pattern including all candidate patterns,
support count, and pruning using Apriori property.
c. Show the generating process of 3-item frequent pattern including all candidate patterns,
support count, and pruning using Apriori property.
d. Show the generating process of 4-item frequent pattern including all candidate patterns,
support count, and pruning using Apriori property.
Part2
a. Generate association rules from 2-item frequent sets and calculate the confidence of
every rule.
b. Generate association rules from 4-item frequent sets. List the rules which have
confidence >.8[Hint: you do not need to calculate all possible association rules for 4-
item frequent sets. Use the 'Lattice of rules' to determine only those rules that will have
confidence >min confidence]
Part3:
a. Find the correlation between the items in the rules {BA} and {BE}. Use Lift as a
measure to find the correlation.
Table 1 contains data regarding 5 transactions

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!