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 e289129 commit 20739e4Copy full SHA for 20739e4
src/GNNGraphs/generate.jl
@@ -147,7 +147,7 @@ to its neighbors within a given distance `r`.
147
in which case the returned graph will be a batch of graphs.
148
- `self_loops`: If `true`, consider the node itself among its neighbors, in which
149
case the graph will contain self-loops.
150
-- `dir`: The direction of the edges. If `dir=:in` edges go from the `k`
+- `dir`: The direction of the edges. If `dir=:in` edges go from the
151
neighbors to the central node. If `dir=:out` we have the opposite
152
direction.
153
- `kws`: Further keyword arguments will be passed to the [`GNNGraph ](@ref) constructor.
0 commit comments