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

Residual Weighted Rich club calculation #1709

Open
hanzh346 opened this issue Jun 28, 2024 · 0 comments
Open

Residual Weighted Rich club calculation #1709

hanzh346 opened this issue Jun 28, 2024 · 0 comments
Labels
bug Something isn't working and need to be fixed right away enhancement New feature or request

Comments

@hanzh346
Copy link
Collaborator

In the graph measures "WeightedRC", the measure is repeatedly calculated on each node of layers of graphs. The measure should be global, so one value per layer, but now the measure is residually calculated by nodes, each node in layers have same weighted rich club value.

Now the workaround is to get rid of the for loop going through the nodes
image

@hanzh346 hanzh346 added bug Something isn't working and need to be fixed right away enhancement New feature or request labels Jun 28, 2024
@hanzh346 hanzh346 changed the title Repeated Weighted Rich club calculation on graph nodes Residual Weighted Rich club calculation on graph nodes Jun 28, 2024
@hanzh346 hanzh346 changed the title Residual Weighted Rich club calculation on graph nodes Residual Weighted Rich club calculation Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working and need to be fixed right away enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant