node2vec icon indicating copy to clipboard operation
node2vec copied to clipboard

nodetype = int

Open enricopal opened this issue 8 years ago • 0 comments

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.

enricopal avatar Jan 26 '17 11:01 enricopal