aditya-grover / node2vec

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

Node2vec node2id should be cache before join. #54

Open zhangjunqiang opened 5 years ago

zhangjunqiang commented 5 years ago

i find rawEdges join in indexingGraph the result is not right. the node2id used in first join and second join is not same!

I think there should be cache the node2id first,

https://declara.com/content/lgAe2qVg