[no subject]

2020-12-02 Thread rahul c
Unsubscribe

Remove subsets from FP Growth output

2020-12-02 Thread Aditya Addepalli
Hi, Is there a good way to remove all the subsets of patterns from the output given by FP Growth? For example if both the patterns pass the confidence and support thresholds: [Attribute1 = A, Attribute2 = B] -> [Output=C] [Attribute1 = A] -> [Output=C] I want to choose only [Attribute1 = A] ->