You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: