We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dff58 commit ce0396bCopy full SHA for ce0396b
src/GNNGraphs/transform.jl
@@ -417,7 +417,7 @@ end
417
"""
418
rand_edge_split(g::GNNGraph, frac; bidirected=is_bidirected(g)) -> g1, g2
419
420
-Randomly partition the edges in `g` to from two graphs, `g1`
+Randomly partition the edges in `g` to form two graphs, `g1`
421
and `g2`. Both will have the same number of nodes as `g`.
422
`g1` will contain a fraction `frac` of the original edges,
423
while `g2` wil contain the rest.
0 commit comments