You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| restartProbability | Float | 0.1 | yes | The probability that a sampling random walk restarts from one of the start nodes.
105
105
| 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.
106
106
| 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`.
0 commit comments