aditya-grover / node2vec

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

output order of the nodes #91

Open shuangmuchenglin opened 4 years ago

shuangmuchenglin commented 4 years ago

I have a question.In the final output file, what order are the output order of the nodes?

H-Yin commented 4 years ago

The output order of the nodes is arranged by the frequency of nodes in sampled walks, from high to low.

QY8888 commented 3 years ago

The output order of the nodes is arranged by the frequency of nodes in sampled walks, from high to low.

How can I get the frequency of nodes?