Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unweighted node2vec not possible? #96

Open
georgeblck opened this issue Jun 4, 2020 · 0 comments
Open

Unweighted node2vec not possible? #96

georgeblck opened this issue Jun 4, 2020 · 0 comments

Comments

@georgeblck
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant