node2vec icon indicating copy to clipboard operation
node2vec copied to clipboard

How to define "α=1 node in directed graph

Open TigerSong opened this issue 7 years ago • 0 comments

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?

TigerSong avatar Sep 10 '18 10:09 TigerSong