phanein / deepwalk

DeepWalk - Deep Learning for Graphs
http://www.perozzi.net/projects/deepwalk/
Other
2.68k stars 826 forks source link

About the power-Law distribution figure in the article. #122

Closed QY8888 closed 3 years ago

QY8888 commented 3 years ago

Hello! Thank you for your excellent code. I still have a question about the power-Law distribution figure in the article. Now I have the number of node visits and the corresponding node number (in order from largest to smallest), I wonder how can I plot power-Law distribution figure similar to that in the article? I hope to get your answer, thank you very much!

QY8888 commented 3 years ago

Hello! Thank you for your excellent code. I still have a question about the power-Law distribution figure in the article. Now I have the number of node visits and the corresponding node number (in order from largest to smallest), I wonder how can I plot power-Law distribution figure similar to that in the article? I hope to get your answer, thank you very much!

Oh I've figured it out by myself.