When computing the Bonacich centrality of a large, sparsely-connected network (1310 vertices with 6717 edges), i get the following error message:
cs_lu(A) failed: near-singular A (or out of memory)
What i have tried so far:
- using both igraphs' "power_centrality" function or the former "bonpow" function provide the same error
- computed eigenvector centrality (no errors), alpha centrality (same error), computed Bonacich centrality in UCInet (no errors).
- increased memory to max (around 4GB)
Any help is highly appreciated, thanks in advance!
Best regards,
martin