We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there. Thanks for making this project available. Can I use it to get the actual editing steps ("edit path") involved?
For example, say I load from the example the graphs for letters A (g1) and E (g2), and I use VanillaHED. Then
VanillaHED
ged.ged(g1, g2) (2.8510674059664303, (array([0, 1, 2, 5, 4]), array([0, 1, 2, 4, 4, 3])))
From those two arrays, can I deduce the edit operations? Like which nodes and which edges were inserted and deleted?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there. Thanks for making this project available. Can I use it to get the actual editing steps ("edit path") involved?
For example, say I load from the example the graphs for letters A (g1) and E (g2), and I use
VanillaHED
. ThenFrom those two arrays, can I deduce the edit operations? Like which nodes and which edges were inserted and deleted?
The text was updated successfully, but these errors were encountered: