You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this package; it made applying the node2vec algorithm much easier in python.
I have a directed but unweighted graph and used the is_weighted=False flag in the node2vec function. The internal node2vec output still showed Graph is weighted. (-w)=YES which made me look into your source code and if I understand correctly, the is_weighted flag is always ignored?
It was easy to change it in the source code, so I don't care too much. I was just wondering if there was a reason for this?
The text was updated successfully, but these errors were encountered:
Thank you for this package; it made applying the node2vec algorithm much easier in python.
I have a directed but unweighted graph and used the
is_weighted=False
flag in the node2vec function. The internal node2vec output still showedGraph is weighted. (-w)=YES
which made me look into your source code and if I understand correctly, theis_weighted
flag is always ignored?It was easy to change it in the source code, so I don't care too much. I was just wondering if there was a reason for this?
The text was updated successfully, but these errors were encountered: