phanein / deepwalk

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

node embeddings missing for some nodes #39

Closed ganeshjawahar closed 7 years ago

ganeshjawahar commented 7 years ago

can you tell me when deepwalk does not provide embeddings for a node in the graph?

GTmac commented 7 years ago

When a node has degree of 0, there will be no random walk passing through it -- in this case DeepWalk does not provide its embedding.