chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
.. _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
|
||||
Reference in New Issue
Block a user