dmlc--dgl
d3e4460b98
* add docstring for missing API; fix some docstring * rename apis; address comments
28 行
428 B
ReStructuredText
28 行
428 B
ReStructuredText
.. _api-sampling:
|
|
|
|
dgl.sampling
|
|
=================================
|
|
|
|
.. automodule:: dgl.sampling
|
|
|
|
Random walk
|
|
------------------------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
random_walk
|
|
node2vec_random_walk
|
|
pack_traces
|
|
|
|
Neighbor sampling
|
|
---------------------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
sample_neighbors
|
|
sample_neighbors_biased
|
|
select_topk
|
|
PinSAGESampler
|