"vscode:/vscode.git/clone" did not exist on "9e46423e4f802a167a1fd037b803587b3dd4a399"
README.md 310 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
## DGL Sampler

This directory contains the implementations for graph sampling routines in 0.5+.

### Code Hierarchy

#### Random walks:

* `randomwalks.h:`
  * `randomwalks_cpu.h:GenericRandomWalk(hg, seeds, max_num_steps, step)`
    * `metapath_randomwalk.h:RandomWalk(hg, seeds, metapath, prob, terminate)`