phanein / deepwalk

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

Embedding crowded with some fixed node #139

Open Yangxiaojun1230 opened 1 year ago

Yangxiaojun1230 commented 1 year ago

Hi author, I am not sure if you have any idea about this issue. If embedding without fixed node, the result seem uniformly distributed. But when I fixed some node ( in a corner) , the embeddings will be crowded in corners. If reduce the "--walk-length" , the crowded situation will be alleviated.