Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Missing W-Apriori Algorith
monamahfouz
Member Posts: 4 Contributor I
Hi everyone,
I am trying to look for the W-Apriori operator to use while doing a homework assignment. I can't find it anywhere when looking for it, even on the filter text box on the left hand side. I can find the FP-growth one alright. Worth noting I just accepted updates to Rapidminer 5.
Is that a known issue / do I need to install anything to get to use this operator?
Thanks a lot for helping out!
Mona
I am trying to look for the W-Apriori operator to use while doing a homework assignment. I can't find it anywhere when looking for it, even on the filter text box on the left hand side. I can find the FP-growth one alright. Worth noting I just accepted updates to Rapidminer 5.
Is that a known issue / do I need to install anything to get to use this operator?
Thanks a lot for helping out!
Mona
2
Answers
You need to install the Weka extension. Go to Help->Updates and Extensions (Marketplace) then search for Weka. Follow the instructions to install this.
regards
Andrew
W-Apriori
Apriori
=======
Minimum support: 0.1 (3 instances)
Minimum metric <confidence>: 0.9
Number of cycles performed: 18
Generated sets of large itemsets:
Size of set of large itemsets L(1): 12
Size of set of large itemsets L(2): 3
Best rules found:
It doesn't list the actual itemsets. I am using Rapidminer 6.0.006 - any ideas?
the apriori algorithm is about generating association rules - which are delivered by the operator. The frequent item sets are only an intermediate result.
If you actually want frequent item sets, you can use FP-Growth to get them.
Regards,
Marco