GraphSAGE icon indicating copy to clipboard operation
GraphSAGE copied to clipboard

About Disjointed Graph

Open Phil-U-U opened this issue 6 years ago • 1 comments

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

Phil-U-U avatar Feb 21 '19 03:02 Phil-U-U

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.

RexYing avatar May 28 '19 04:05 RexYing