Fast Itemset mining code

This is for discussing anything related to pattern mining (e.g. itemsets, sequential patterns, subgraph mining)
Post Reply
Lucy
Posts: 17
Joined: Sat May 28, 2022 5:06 pm

Fast Itemset mining code

Post by Lucy »

HELLO, is there a way to do the fast itemset mining?

What are the fast implementations in Java or C#?

Thanks
User avatar
admin
Site Admin
Posts: 121
Joined: Tue Apr 05, 2022 12:47 am
Location: China
Contact:

Re: Fast Itemset mining code

Post 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/
Gerald
Posts: 52
Joined: Tue Apr 05, 2022 8:32 am

Re: Fast Itemset mining code

Post 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:
Post Reply