The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"order rules by support value (APRIORI algorithm)"
Legacy User
Member Posts: 0 Newbie
Hi,
when using the APRIORI algorithm for itemset extraction, rules are by default ranked by confidence.
How can I rank the rules by support value? By changing the T parameter? Which value should T have?
Many thanks in advance.
Geert
when using the APRIORI algorithm for itemset extraction, rules are by default ranked by confidence.
How can I rank the rules by support value? By changing the T parameter? Which value should T have?
Many thanks in advance.
Geert
Tagged:
0
Answers
as far as I can see, you are using a WEKA operator. Unfortunately we cannot give support for their operators, mainly because we don't know them either. I would suggest using the FPGrowth implementation of rapid miner. If you have enough memory, this algorithm is a much faster alternative to apriori and the results are shown in a much more userfriendly way. You can apply the association rule generator afterwards and you will be able to sort the table in one click after any of the measures.
Greetings,
 Sebastian
and how can I rank the rules by support value? Only confidence,lift, conviction, ps, gain and laplace can be selected in my gui window?
Thanks a lot,
Geert
simply click on the column header "Support" in the table should sort the itemsets or rules according to the selected column. This is true for almost all tables presented in RapidMiner.
Cheers,
Ingo