The Data Mining Forum                             open-source data mining software data mining conferences Data Science for Social and Behavioral Analytics DSSBA 2022 data science journal
IMPORTANT: This is the old Data Mining forum.
I keep it online so that you can read the old messages.

Please post your new messages in the new forum: https://forum2.philippe-fournier-viger.com/index.php
 
Is generating Association rules from frequent itemsets possible?
Posted by: Jaher Hassan Chowdhury
Date: September 23, 2019 02:31AM

Is generating association rules from frequent itemsets possible? Like in the spmf application section FIN only generates frequent itemsets. Not Association rules. How can we generate association rules from these frequent itemsets? Or what will be the added source code for generating association rules?

Options: ReplyQuote
Re: Is generating Association rules from frequent itemsets possible?
Date: October 08, 2019 08:40PM

Hi,

Sorry for the delay to answer. In SPMF, you can use FPGrowth or Apriori to find frequent itemsets and then generate association rules from these frequent itemsets.

The FIN algorithm has not been adapted for association rule mining. It could be done. But it would require some additional programming. Since there are many frequent itemset mining algorithms in SPMF, I did not implement the feature of association rule mining algorithm for all of them. I chose FPGrowth because it is one of the fastest frequent itemset mining algorithm.

If you have time and want to adapt the code to make it work for FIN, and want to contribute the code, I could add it.

Otherwise, I recommend to use FPGrowth

Best regards,

Options: ReplyQuote


This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.