Given the following data set, find the frequent itemset using Apriori algorithm with minimum
support 3. (5)
T1 {A, B, C, D, E, F}
T2 {B, C, D, E, F, G}
T3 {A, D, E, H}
T4 {A, D, F, I, J}
T5 {B, D, E, K}
This answer is restricted. Please login to view the answer of this question.
Login Now