Unverified Commit 5f490d19 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Fix typo. (#5775)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent b3234516
...@@ -219,11 +219,11 @@ class CSCSamplingGraph: ...@@ -219,11 +219,11 @@ class CSCSamplingGraph:
The value of each fanout should be >= 0 or = -1. The value of each fanout should be >= 0 or = -1.
- When the value is -1, all neighbors will be chosen for - When the value is -1, all neighbors will be chosen for
sampling. It is equivalent to selecting all neighbors when sampling. It is equivalent to selecting all neighbors when
the fanout is >= the number of neighbors (and replacement the fanout is >= the number of neighbors (and replace is set to
is set to false). false).
- When the value is a non-negative integer, it serves as a - When the value is a non-negative integer, it serves as a
minimum threshold for selecting neighbors. minimum threshold for selecting neighbors.
replce: bool replace: bool
Boolean indicating whether the sample is preformed with or Boolean indicating whether the sample is preformed with or
without replacement. If True, a value can be selected multiple without replacement. If True, a value can be selected multiple
times. Otherwise, each value can be selected only once. times. Otherwise, each value can be selected only once.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment