Page 1 of 1

Itemset mining in graph

Posted: Sat May 28, 2022 5:12 pm
by Lucy
While in the shower, I was thinking about an idea : Could we do the itemset mining in a graph? Is there a way to transform a graph so that we can apply the Apriori, FPGrowth or Eclat from SPMF on a graph to extract the good itemsets?

Re: Itemset mining in graph

Posted: Wed Jun 01, 2022 3:37 am
by admin
Yes, i think some people have done that before. You will lose somw information from the graph i guess but for some simple types of graphs or specific task It can make sense. And It allows reusing fast itemset mining code