"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "8e4fd686e0b45ac2406677b08ac3dca79aa290b3"
Commit 18ed7868 authored by Da Zheng's avatar Da Zheng Committed by Minjie Wang
Browse files

[Doc] update neighbor sampler doc. (#287)

parent 597ac7f8
......@@ -130,8 +130,9 @@ def NeighborSampler(g, batch_size, expand_factor, num_hops=1,
Returns
-------
A subgraph loader that returns a list of batched subgraphs and a dictionary of
additional information about the subgraphs.
A subgraph iterator
The iterator returns a list of batched subgraphs and a dictionary of additional
information about the subgraphs.
'''
return NSSubgraphLoader(g, batch_size, expand_factor, num_hops, neighbor_type, node_prob,
seed_nodes, shuffle, num_workers, max_subgraph_size, return_seed_id)
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