File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ class NGramWalker(RandomWalker):
3636 wildcards: The wildcards to be used to match sub-sequences with small
3737 differences to be mapped onto the same label.
3838 Defaults to None.
39- with_reverse: True to extracts parents and children hops from an
40- entity, creating (max_walks * max_walks) walks of 2 * depth,
41- allowing also to centralize this entity in the walks. False
42- otherwise.
43- Defaults to False.
4439
4540 """
4641
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class Walker(ABC):
4747 with_reverse: True to extracts parents and children hops from an
4848 entity, creating (max_walks * max_walks) walks of 2 * depth,
4949 allowing also to centralize this entity in the walks. False
50- otherwise.
50+ otherwise. This doesn't work with NGramWalker and WLWalker.
5151 Defaults to False.
5252
5353 """
Original file line number Diff line number Diff line change @@ -37,11 +37,6 @@ class WLWalker(RandomWalker):
3737 Defaults to None.
3838 sampler: The sampling strategy.
3939 Defaults to UniformSampler.
40- with_reverse: True to extracts parents and children hops from an
41- entity, creating (max_walks * max_walks) walks of 2 * depth,
42- allowing also to centralize this entity in the walks. False
43- otherwise.
44- Defaults to False.
4540 wl_iterations: The Weisfeiler Lehman's iteration.
4641 Defaults to 4.
4742
You can’t perform that action at this time.
0 commit comments