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 0ab69ea commit e289129Copy full SHA for e289129
src/GNNGraphs/generate.jl
@@ -145,7 +145,7 @@ to its neighbors within a given distance `r`.
145
- `r`: The radius.
146
- `graph_indicator`: Either nothing or a vector containing the graph assigment of each node,
147
in which case the returned graph will be a batch of graphs.
148
-- `self_loops`: If `true`, consider the node itself among its `k` nearest neighbors, in which
+- `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`
151
neighbors to the central node. If `dir=:out` we have the opposite
0 commit comments