mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-04 19:44:23 +08:00
37 lines
570 B
ReStructuredText
37 lines
570 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_labors
|
|
sample_neighbors_biased
|
|
select_topk
|
|
PinSAGESampler
|
|
|
|
Negative sampling
|
|
-----------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
global_uniform_negative_sampling
|