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
There is a class of graph distances, largely published about in the late 90s/early 2000s, based on maximum/minimum common subgraphs. Should we implement these?
The following papers claim that the computation of the maximum common subgraph is a special case of the computation of edit distance:
These papers are written by people more math-y than me. @leotrs (or anyone else!), could you take a look, specifically at 1 and 2, and comment on whether you think we should implement these?
The text was updated successfully, but these errors were encountered:
There is a class of graph distances, largely published about in the late 90s/early 2000s, based on maximum/minimum common subgraphs. Should we implement these?
The following papers claim that the computation of the maximum common subgraph is a special case of the computation of edit distance:
These define some variants of common subgraph based distances:
3. A graph distance metric combining maximum common subgraph and minimum common supergraph
4. Graph distances using graph union
These papers are written by people more math-y than me. @leotrs (or anyone else!), could you take a look, specifically at 1 and 2, and comment on whether you think we should implement these?
The text was updated successfully, but these errors were encountered: