gSpan icon indicating copy to clipboard operation
gSpan copied to clipboard

Add upper_bound for mined freq. subgraphs

Open blumewas opened this issue 4 years ago • 1 comments

Hi, first of all thank you for the great work! As I mentioned in an earlier issue I used your package for the practical part in my Bachelor Thesis.

I have made some modifications in the program and want to share with other programmers around so that they can hopefully profit from my work.

Modification

As in the gSpan-paper described the experiments use an upper boundary for the max graphs generated. For some datasets I have used, the process seemed endless, especially with low suppport. So I have added the argument -mm <number> or --max_mining <number> to help the algorithm stop the mining process if the count of generated features reaches the <number> passed with the argument.

blumewas avatar Nov 28 '20 10:11 blumewas

pull request #19

blumewas avatar Nov 28 '20 10:11 blumewas