0
5.8kviews
Discuss the apriori algorithm for discovering frequent itemsets.

Discuss the apriori algorithm for discovering frequent itemsets. Apply apriori algorithm to the following data set. Use 0.3 for the minimum support value. The set of items is {strawberry, litchi, oranges, butter fruit, vanilla, Banana, apple}. Use 0.3 for the minimum support value.

enter image description here

1 Answer
2
790views

Apriori Algorithm to Discover Frequent Itemsets.

The given Minimum Support Value = 0.3

The Number of Transactions = 10

Therefore,

The Minimum Support = $0.3 \times 10 = 3$

Step 1 - Calculate the Minimum Count for each Item.

Therefore,

Items Minimum Count
Strawberry 5
Litchi 4
Orange 4
Butter …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.