aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.61k stars 912 forks source link

How to define "α=1 node in directed graph #47

Open TigerSong opened 6 years ago

TigerSong commented 6 years ago

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?