aditya-grover / node2vec

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

How to apply node2vec on features only? #84

Open Abhinav43 opened 4 years ago

Abhinav43 commented 4 years ago

Hi, I want to apply node2vec on MNIST dataset, How can I apply node2vec on those datasets which contains only features like X = 1708 x 738 here 1708 are nodes and 738 are features

Can I apply node2vec on that?

Thank you

ghost commented 4 years ago

does not node2vec require graph data?