aditya-grover / node2vec

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

nodetype = int #9

Open enricopal opened 7 years ago

enricopal commented 7 years ago

Is there a problem with using an edgelist with strings instead of integers? I've made a couple of tests, using an edgelist such as: a b 0.2 a c 0.1 b a 0.2 a d 0.3 .... and removing nodetype = int in read_edgelist, and it seems to work fine.