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
Right now we do not take the null network into consideration at all for these clustering coefficients
We actually don't need to do this last part: norm_average_c_coeff = nanmean(c_coeff)/nanmean(avg_null_network_c_coeff); as the c_coeff are already normalized by the average null network
The text was updated successfully, but these errors were encountered:
Right now we do not take the null network into consideration at all for these clustering coefficients
We actually don't need to do this last part:
norm_average_c_coeff = nanmean(c_coeff)/nanmean(avg_null_network_c_coeff)
; as the c_coeff are already normalized by the average null networkThe text was updated successfully, but these errors were encountered: