Edit distance between two graphs
问题 I'm just wondering if, like for strings where we have the Levenshtein distance (or edit distance) between two strings, is there something similar for graphs? I mean, a scalar measure that identifies the number of atomic operations (node and edges insertion/deletion) to transform a graph G1 to a graph G2 . 回答1: I think graph edit distance is the measure that you were looking for. Graph edit distance measures the minimum number of graph edit operations to transform one graph to another, and the