mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
28 lines
428 B
ReStructuredText
28 lines
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
|