node2vec
node2vec copied to clipboard
How to define "α=1 node in directed graph
last node: t curr node: x next node: y In local version, "α=1 node" y is the node that there is an edge y->t in graph. But in spark version, 1-bp node y is the node that there is an edge t->y in graph.
So, which one is correct?