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

Add support for edge weights in GraphWave #1603

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

huonw
Copy link
Member

@huonw huonw commented May 28, 2020

It may or may not be meaningful, but it's easy for GraphWave to support edge weights using a weighted adjacency matrix. This adds that option, so that a user can explore, as desired.

This relates to #1565.

See: #1616

@codeclimate
Copy link

codeclimate bot commented May 28, 2020

Code Climate has analyzed commit bb40414 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Security 2

View more on Code Climate.

@huonw huonw changed the title Add support for edge weights in graphwave Add support for edge weights in GraphWave May 28, 2020
@huonw huonw marked this pull request as ready for review May 29, 2020 00:09
@huonw
Copy link
Member Author

huonw commented May 29, 2020

Hm, don't review this yet... it previously wasn't testing with edge weights != 1, and doesn't work with such edge weights.

@huonw huonw marked this pull request as draft May 29, 2020 00:36
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

Successfully merging this pull request may close these issues.

None yet

1 participant