We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8458a commit 2a8ba88Copy full SHA for 2a8ba88
structural_analysis.py
@@ -52,7 +52,7 @@ def structural_network_analysis(fname):
52
#Nestednes
53
# In-block nestedness with B=1
54
Cn_=[np.repeat(1, R),np.repeat(1, C)]
55
- max_blockN=max(max(Ci_[0]),max(Ci_[1]))+1
+ max_blockN=max(max(Cn_[0]),max(Cn_[1]))+1
56
lambdasN=extremal_bi.call_lambda_i(M,cols_degr,row_degr,Cn_[1],Cn_[0],max_blockN,True)
57
nestedness_=extremal_bi.calculate_Fitness(M,cols_degr,row_degr,lambdasN[0],lambdasN[1],True)
58
0 commit comments