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
Eigenvector centrality is the default centrality method at the moment, but for large networks (such as for the GBR), it is likely inappropriate, as the network is not strongly connected.
Consider switching to Katz centrality or another alternative.
The text was updated successfully, but these errors were encountered:
Eigenvector centrality is the default centrality method at the moment, but for large networks (such as for the GBR), it is likely inappropriate, as the network is not strongly connected.
Consider switching to Katz centrality or another alternative.
The text was updated successfully, but these errors were encountered: