Electrum9 / graph-comparison

Implementation of the Siminet algorithm for graph comparison
0 stars 0 forks source link

How are Gcop and Gref input when using Siminet? #1

Open clearlove0615 opened 1 year ago

clearlove0615 commented 1 year ago

Dear professor: I noticed that: Substitution cost = Euclidean distance between Gcmp node and Gref node. But how to calculate the Euclidean distance between the two network nodes?It seems that this is impossible if use an adjacency matrix or a list of connections as the input to the network. Looking forward to your response,Thank you!

Electrum9 commented 1 year ago

Hi there! Several things to note, about this repository and the code in general: