Abstract

Abstract Graph similarity is the process of finding similarity between two graphs. Graph edit distance is one of the key techniques to find the similarity between two graphs. The main disadvantage of graph edit distance is that it is computationally expensive and in order to do exhaustive search, it has to perform exponential computation. Whereas for tree, which is a special kind of graph, we have relatively efficient method known as tree edit distance, which finds the minimum number of modifications required to convert one tree to another. In this paper we use tree edit distance to find the similarity between two graphs. To find the similarity between two graph we convert them to spanning trees, find the tree edit distance between these two spanning tree, and then augment the tree edit distance with additional edit operations to perform the graph matching.KeywordsGraph similarityTree edit distanceGraph edit distance

Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call