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
 
Best method to implement algorithm
Posted by: Vu Duc Toan
Date: June 12, 2014 09:50PM

I want to implement algorithm from this article
http://arxiv.org/abs/1403.3948
I intend to upgrade from this sourcecode http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=70371&av=119374
this sourcecode use structure Dictinary<string,double> contains itemset(items,their support count)
Is it necessary to change structure Dictinary<string,double> to ?<string,double,string> contains itemset(items,their support count,Transaction ID wherethe items are found) or other methods to implement algorithm with excution time better apriori algorithm in article

Thanks

Options: ReplyQuote
Re: Best method to implement algorithm
Posted by: Dang Nguyen
Date: June 12, 2014 11:08PM

Hi Toan,

I don't think the improvement in this article is significant. I suggest that you should take a look the algorithm AprioriTID (Link) or Eclat (Link) instead. They are much more better.

You can also refer to the implementation by Prof. Philippe (Link).

Best,
Dang Nguyen

Options: ReplyQuote


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