GraphSAGE
GraphSAGE copied to clipboard
About Disjointed Graph
Hi Will/Rex/Anyone have the answer,
Since I have the case when the data generates a disjointed graph, how should I specify the parameters in {'name': 'disjoint_union( , )'} for G['graph']. Do I need separate them with networkx first?
Thank you in advance! Phil
I think in this case you can just treat the data as a single disjoint graph. You don't have to separate them. See our other examples such as reddit, where the input is only 1 graph.