pub fn generate_biased_walks_precomp_ref_from_nodes(
pre: &PrecomputedBiasedWalks,
start_nodes: &[usize],
config: WalkConfig,
) -> Vec<Vec<usize>>Expand description
Precomputed node2vec biased walks, restricted to an explicit set of start nodes.
This is the “delta walk” primitive for PreComp mode: generate new walks only for the subset of nodes whose neighborhood changed (dynamic graphs), or for sharding.