priba / aproximated_ged

Bunch of aproximated graph edit distance algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aproximated Graph edit distance

Bunch of aproximated graph edit distance algorithms.

Algorithms

Assignment Edit Distance (AED)

[1] Upper bound of order O((n_1+n_2)^3)

Hausdorff Edit Distance (HED)

[2] Lower bound of order O(n_1*n_2)

Bibliography

[1] Riesen, Kaspar, and Horst Bunke. "Approximate graph edit distance computation by means of bipartite graph matching." Image and Vision computing 27.7 (2009): 950-959.

[2] Fischer, Andreas, et al. "Approximation of graph edit distance based on Hausdorff matching." Pattern recognition 48.2 (2015): 331-343.

Authors

About

Bunch of aproximated graph edit distance algorithms.

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.4%