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

LouvainCore deltaQ function #6

Open
tfoajojo opened this issue Apr 11, 2018 · 0 comments
Open

LouvainCore deltaQ function #6

tfoajojo opened this issue Apr 11, 2018 · 0 comments

Comments

@tfoajojo
Copy link

tfoajojo commented Apr 11, 2018

in line 240 of LouvainCore.scala: deltaQ = k_i_in - ( k_i * sigma_tot / M)
M is the total weight of the graph. My understanding is that M = 2m (m: number of edges )
so, deltaQ may should be calculated as k_i_in - ( k_i * sigma_tot / (M/2)) instead? @eric-kimbrel

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