Question: Consider the database containing transaction data as stated in the table below. Use Apriori algorithm to find frequent item sets where minimum support is 50%
Consider the database containing transaction data as stated in the table below. Use Apriori algorithm to find frequent item sets where minimum support is 50% and minimum confidence is 50%.
| Transactions | Item Set |
| I1 | A,B,C |
| I2 | A,C |
| I3 | A,D |
| I4 | B,E,F |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
