benedekrozemberczki / SimGNN

A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
GNU General Public License v3.0
759 stars 147 forks source link

how can I get the ground truth GED? #7

Closed sunnyHelen closed 5 years ago

sunnyHelen commented 5 years ago

I want to use your SimGNN into other dataset, for example some real data without GED, so how can I get the ground truth GED?

benedekrozemberczki commented 5 years ago

The paper gives an approximation method. You can also create modifications of a graph for which you know the GED.

On Mon, 27 May 2019 at 11:11, sunnyHelen notifications@github.com wrote:

I want to use your SimGNN into other dataset, for example some real data without GED, so how can I get the ground truth GED?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benedekrozemberczki/SimGNN/issues/7?email_source=notifications&email_token=AEETMF5F7TIUMN77XSUFCODPXOXWJA5CNFSM4HP2Q4P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GV7Y2PA, or mute the thread https://github.com/notifications/unsubscribe-auth/AEETMF2KQC6577XAD7EYKMTPXOXWJANCNFSM4HP2Q4PQ .

sunnyHelen commented 5 years ago

Thank you for your quick reply. It will be better if it doesn't need GED as ground truth