-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect(?) output for test data #27
Comments
Thanks for the data. Do you mean gBolt's result is different from gaston's? |
Yes very different, the output looks really odd, but I am not sure whether or not I am at fault for providing a faulty input/ gSpan is not able to handle this kind of graph/implementation bug |
It's good to know the other project. The graph data you attached seems violating gspan/gbolt's specification. https://github.com/Jokeren/gBolt#input-specification
|
I'll take a further look once have time. The code itself does not force the constraint and I forgot why I wrote the specification like this. |
I tried with ordered vertices and the output seems to be the same, here's the input file with ordered |
Hi,
I was trying out gBolt on some test data I created and I am not sure whether or not I am getting the expected output.
I tested the same data on a gaston miner implementation and provided the seemingly correct output in the following .zip.
gBolt-Tests.zip
"graphs_numeric.lg" is the input file, "graphs.lg" is the original file with string labels, i also plotted the input and output graphs for visual aid.
Maybe you can take a look 🙂
The text was updated successfully, but these errors were encountered: