(Solved):
1. Apply the Apriori Algorithm to the following data set: The set of items is \( \{M, B, O, E, T, ...
1. Apply the Apriori Algorithm to the following data set: The set of items is \( \{M, B, O, E, T, C, J\} \). Use 2 for the minimum support value. - You must show all candidates and large item sets during the process: \( C_{1}, L_{1}, C_{2}, L_{2} \) etc. until the algorithm terminates. - In each level, you must specify which large itemsets from the previous level are combined to form the candidate sets AND explain why. No points without this required explanation.