I am using the arules package in R.
I have the following rules. I want to know how to remove the subsets of the master rule A,B,D=>C
from my rules.
e.g :
A,B=>C
A,D=>C
A,B,D=>C
i must only get A,B,D => C
in my list.
I do not want it in a closed or maximal format but want it in the apriori rule format.