parallel_node2vec_walks

Function parallel_node2vec_walks 

Source
pub fn parallel_node2vec_walks<N, E, Ix>(
    graph: &Graph<N, E, Ix>,
    starts: &[N],
    walk_length: usize,
    num_walks: usize,
    p: f64,
    q: f64,
) -> Result<Vec<Vec<N>>>
where N: Node + Clone + Hash + Eq + Send + Sync + Debug, E: EdgeWeight + Into<f64> + Send + Sync, Ix: IndexType + Send + Sync,
Expand description

Parallel Node2Vec walk generation for large-scale embedding