zzz24512653 / CommunityDetection

Implements of community detection algorithms
357 stars 174 forks source link

delta Q #23

Open zzg22936 opened 3 years ago

zzg22936 commented 3 years ago

line 69 in Louvain.scala "val q = (k_v_in - tot k_v / m)" is this missing 0.5 factor? I think this line should be "val q = k_v_in - tot k_v / (2*m)"