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

betweenness centrality scale factor is wrong #26

Closed
gabri94 opened this issue Oct 27, 2017 · 1 comment
Closed

betweenness centrality scale factor is wrong #26

gabri94 opened this issue Oct 27, 2017 · 1 comment
Assignees
Labels

Comments

@gabri94
Copy link
Member

gabri94 commented Oct 27, 2017

in brandes.c:293
double scale = 1 / (((double) (node_num - 1)) * ((double) (node_num - 2)));
The scaling factor for the BC is wrong.
see networkx/networkx#2709

@gabri94 gabri94 changed the title betwenness cetrality scale factor is wrong betweenness centrality scale factor is wrong Oct 27, 2017
@gabri94 gabri94 added the bug label Oct 27, 2017
@gabri94
Copy link
Member Author

gabri94 commented Mar 27, 2018

fixed, however it still has to be fixed in networkx

@gabri94 gabri94 closed this as completed Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants