Skip to content

Commit 4ac240d

Browse files
committed
Add docs for randomSeed parameter in RWR
1 parent fe5d867 commit 4ac240d

File tree

1 file changed

+1
-0
lines changed
  • doc/modules/ROOT/pages/management-ops/projections

1 file changed

+1
-0
lines changed

doc/modules/ROOT/pages/management-ops/projections/rwr.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ include::partial$/algorithms/common-configuration/common-stream-stats-configurat
104104
| restartProbability | Float | 0.1 | yes | The probability that a sampling random walk restarts from one of the start nodes.
105105
| startNodes | List of Integer | A node chosen uniformly at random | yes | IDs of the initial set of nodes of the original graph from which the sampling random walks will start.
106106
| nodeLabelStratification | Boolean | false | yes | If true, preserves the node label distribution of the original graph.
107+
| randomSeed | Integer | n/a | yes | A random seed which is used for all randomness in the computation. Requires `concurrency = 1`.
107108
|===
108109

109110
.Results

0 commit comments

Comments
 (0)