pub type Node2VecWalkResult = (Vec<VertexId>, Vec<u32>);
Result of a Node2Vec random walk: the vertex chain and the edge chain.
Node2Vec