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
if (congruenceMatrix.length >0 || combinedNorm == 0.0) { // if the network has no nodes or edges, skip this step and return 0 directly
1515
+
if (congruenceMatrix.length >= numClusters || combinedNorm == 0.0) { // if the network has no (or too few) nodes or edges, skip this step and return 0 directly
1516
1516
1517
1517
// Create initially random cluster solution to update
0 commit comments