Tools to compute graph edit distance (GED)

梦想与她 提交于 2019-12-04 10:34:18
masoud

There are at least three possibilities for software to compute graph edit distance:

GEDEVO, is a software tool for solving the network alignment problem. GEDEVO stands for Graph Edit Distance + EVOlution and it utilizes the evolutionary computing strategies for solving the so-called Graph Edit Distance problem.

graph mapping distance matrix generator is parallel Java code which generates a graph mapping distance matrix. It is related to frequent subgraph mining based on the REAFUM algorithm.

GRAPH EDIT DISTANCE : A NEW BINARY LINEAR FORMULATION from the paper New binary linear programming formulation to compute the graph edit distance

** You can find other Python, Java, and C++ implementations by searching sourceForge and gitHub.

https://github.com/haakondr/graph-edit-distance-python

I implement one by myself. It's not that hard. See "BRIDGING THE GAP BETWEEN GRAPH EDIT DISTANCE AND KERNEL MACHINES".

GMatch4py

It has multiple algorithms with additional functions beyond GED. The repository has instructions and examples. The install is also pretty easy.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!