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
Checking the previous community and calculating the gain for it is completely unnecessary. If the node is inserted back into its previous community, we know that the total net gain is 0, so no need to calculate that again.
Checking the previous community and calculating the gain for it is completely unnecessary. If the node is inserted back into its previous community, we know that the total net gain is
0
, so no need to calculate that again.https://github.com/Splines/fast-louvain/blob/main/modules/application/src/louvain_level.rs#L129-L142
The text was updated successfully, but these errors were encountered: