"order rules by support value (APRIORI algorithm)"

New Altair Community Member
Updated by Jocelyn
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
Find more posts tagged with
Sort by:
1 - 3 of
31
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