mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
* docstrings for graph mutation & queries * [Doc] contrib.sampler. (#200) * subgraph docs * updates
12 lines
234 B
ReStructuredText
12 lines
234 B
ReStructuredText
.. apisampler
|
|
|
|
Sampling subgraphs from a large graph
|
|
=====================================
|
|
|
|
.. currentmodule:: dgl.contrib.sampling
|
|
|
|
NeighborSampler
|
|
---------------
|
|
|
|
A function that generates a subgraph loader for sampling subgraphs.
|