Sampling#
Random Walks#
|
# FIXME: make the padded value for vertices with outgoing edges # consistent in both SG and MG implementation. |
|
Compute the induced subgraph of neighbors centered at node n, within a given radius. |
|
Does neighborhood sampling, which samples nodes from a graph based on the current node's neighbors, with a corresponding fanout value at each hop. |
Node2Vec#
|
Computes random walks for each node in 'start_vertices', under the node2vec sampling framework. |