Graph classification where nodes belong to multiple graphs #9088
Unanswered
evantianzg
asked this question in
Q&A
Replies: 1 comment 3 replies
-
In this case, it is best to duplicate the node for each graph. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am using GNNs to perform graph classification tasks. I first used the public TUDatasets for graph classification, and it works well. Then I tried to conduct experiments with my own datasets. However, I found that there is a "graph_indicator" file in the public TUDatasets (like MUTAG). After carefully reading the description and content of this "graph_indicator" file, I suddenly realized the difference between my dataset and the public dataset: Each node on public datasets belongs to a single graph, while in my dataset, some nodes belong to multiple graphs. Therefore, I cannot create a similar "graph_indicator" file as in the public datasets.
So my question is: how should I do for graph classification where nodes belong to multiple graphs?
Any help or suggestions are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions