GraMi icon indicating copy to clipboard operation
GraMi copied to clipboard

How to perform frequent pattern mining

Open DeathSentence opened this issue 5 years ago • 1 comments

In frequent pattern mining, i think need to input a subgraph pattern(P), a single large graph(G) and a frequency threshold to find the number of occurrences of the subgraph P in G. Question 2 in the GraMi paper.

So in the GraMi framework, how to input subgraph pattern(P)?

DeathSentence avatar Dec 17 '20 12:12 DeathSentence

The goal of frequent subgraph mining is to discover frequent subgraphs. The input to FSM is a single large graph (G) and the frequency threshold, and the output is a list of frequent patterns.

ehab-abdelhamid avatar Dec 17 '20 21:12 ehab-abdelhamid