Itemset mining in graph

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

Itemset mining in graph

Post 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?
User avatar
admin
Site Admin
Posts: 121
Joined: Tue Apr 05, 2022 12:47 am
Location: China
Contact:

Re: Itemset mining in graph

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