Page 1 of 1

Fast Itemset mining code

Posted: Sat May 28, 2022 5:09 pm
by Lucy
HELLO, is there a way to do the fast itemset mining?

What are the fast implementations in Java or C#?

Thanks

Re: Fast Itemset mining code

Posted: Wed Jun 01, 2022 3:26 am
by admin
Hi, welcome to the forum

You can get the Very efficient and well tested implementations of frequent itemset mining in the SPMF library:
Https://www.philippe-fournier-viger.com/spmf/

Re: Fast Itemset mining code

Posted: Mon Jun 06, 2022 2:19 pm
by Gerald
I am quite amazed by the speed of FP-Growth in SPMF. It must be one of the fastest implementation around ;-) Thanks! :lol: