LijunChang/Graph_Edit_Distance

How to change the edit cost?

Opened this issue · 3 comments

Hi, I want to use some edit cost defined by myself in your code, how can I modify this code?
Thanks :)

Unfortunately, the implementation only supports uniform edit cost. It is not possible to change the edit cost.

Is it possible to change the code to change the edit cost?

It is possible, but it will not be easy to modify the code to accommodate non-uniform costs.