Skip to main content

Node2VecWalkResult

Type Alias Node2VecWalkResult 

Source
pub type Node2VecWalkResult = (Vec<VertexId>, Vec<u32>);
Expand description

Result of a Node2Vec random walk: the vertex chain and the edge chain.