node2vec
node2vec copied to clipboard
nodetype = int
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.