You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to get the similarity scores between the two graphs using the SubgraphMatching Kernel, that take into account both node labels and edge labels : SubgraphMatching(normalize=True, ke=custom_edge_kernel, kv = custom_label_kernel)
This should result in a score that is not equal to 1 since one of the edge_labels is different. However, I am getting a score of 1.
Describe the bug
I am trying to get the similarity scores between the two graphs using the SubgraphMatching Kernel, that take into account both node labels and edge labels :
SubgraphMatching(normalize=True, ke=custom_edge_kernel, kv = custom_label_kernel)
This should result in a score that is not equal to 1 since one of the
edge_labels
is different. However, I am getting a score of 1.To Reproduce
my result running the code is:
Kernel Matrix: [[1. 1.] [1. 1.]]
The text was updated successfully, but these errors were encountered: