Find connected nodes & edges from specific node index #8181
Unanswered
v-ngangarapu
asked this question in
Q&A
Replies: 2 comments 4 replies
-
The explainer returns and |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 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,
I have trained a GNN model with multiple graphs that can predict node and edges. Using the trained model, I like to find in a graph, how the nodes and edges are connected from a specific node. I see some examples with CaptumExplainer that is able find the connected nodes and edges and ploting it. How I can get list of connected edges & nodes so that I can use it for further analysis?
In the screen shot provided, the explainer able to identify 476, 10 & 2545 as connected, remaining as masked and one node is isolated. I want list of connected nodes and edges only and ignore remaining.
Any suggestions here.
Beta Was this translation helpful? Give feedback.
All reactions