aditya-grover / node2vec

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

some vectors lost #16

Closed preke closed 7 years ago

preke commented 7 years ago

I have tied a network, the dataset is here: http://mlg.ucd.ie/networks/politics-uk.html

and there are 419 nodes, I use the twitter follows and followedby data as edges but I only got 418 vectors anyone know why?

preke commented 7 years ago

I got my answer, I discussed with my friends, and found out there is a single node without any edges, so there are no neighbors to use to generate the vector.