Transaction ID Items
1 {A, C, D}
2 {B, C, E}
3 {A, B, C, E}
4 {B, E}
5 {A, B, C, E}
Minimum support count is 3. Determine maximal frequent and closed frequent itemset using ECLAT Algorithm.
Can someone please explain how to get maximal frequent and closed frequent itemset? I have been trying to find sources online and havent been able to find satisfactory explanations to solve this. At max, I have been able to solve till a final table of supports but beyond that, haven't been able to find a way to find the required sets.