houchengbin / OpenANE

OpenANE: the first Open source framework specialized in Attributed Network Embedding. The related paper was accepted by Neurocomputing. https://doi.org/10.1016/j.neucom.2020.05.080
MIT License
42 stars 6 forks source link

node2vec&deepwalk_checked_v0.0 & alias samp detail #2

Closed houchengbin closed 6 years ago

houchengbin commented 6 years ago

1) fix deepwalk; 2) fix node2vec; 3) try to explain alias sampling method based abrw (see code comments therein); 4) add a method in graph.py for adding weights to networkx graph (in order to fix node2vec); 5) format graph.py;