You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: