GraMi
GraMi copied to clipboard
How to perform frequent pattern mining
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)?
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.