Re: [R] How can I compare two apriori rules created from the same dataset

2019-09-15 Thread Benoit Vaillant
Hello Chris, On Sat, Sep 14, 2019 at 05:27:31PM -0300, Chris Chinedozie wrote: > I have a dataset and I divided it into 2 datasets RANDOMLY A and B, where A > is 70% of the main dataset and B is 30%... Then I applied Apriori algorithm > on the both A and B separately, generating its rules.. My be

Re: [R] How can I compare two apriori rules created from the same dataset

2019-09-14 Thread Bert Gunter
I am guessing that you are using the arules package, correct? If not, what package? In future, please specify what package you refer to if not one of those in a standard distro. Usually, package specific questions should be directed to package maintainers (?maintainer) or support sites for the pac

[R] How can I compare two apriori rules created from the same dataset

2019-09-14 Thread Chris Chinedozie
I have a dataset and I divided it into 2 datasets RANDOMLY A and B, where A is 70% of the main dataset and B is 30%... Then I applied Apriori algorithm on the both A and B separately, generating its rules.. I want to compare rules from dataset A to rules of dataset B example: A has the following ru