1
5.4kviews
A database has four transactions. Let minimum support = 50% and minimum confidence = 50%
Transaction_Id Items bought
T100 A, B, C
T200 A, C
T300 A, D
T400 B, E, F

Find all frequent item sets using apriori algorithm. List strong association rules.

1 Answer
0
563views

Apriori Algorithm

The given Minimum Support = 50 %

The Number of Transactions = 4

Therefore,

The Minimum Support = $ 0.5 \times 4 = 2 $

Step 1 - Calculate the Minimum Count for each Item.

Therefore,

Items Minimum Count
A 3
B 2
C 2
D 1
E …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.