Daniel Larremore
Daniel Larremore
Which code were you running? Matlab, Python, R, or SAS? And, how large is the network that you are attempting to use? This will help us to diagnose the issue.
I just pushed shuffle.m to the repo, so grabbing that file should solve the first problem. I can't tell what's going on with the second error. Is there more information...
That's exactly right! I've changed `s_eig = eigenvectorCentrality(A);` to `s_eig = eigenvectorCentrality(A,1e-6);` in the latest version. Let me know if there are any issues remaining!
[Very cool feature idea.]
Zoom is a great feature! However, the previous implementation was borked, and required a mixture of d3.v3 and d3.v4. Neither of these is up to date. Punting the correct implementation...