Skip to content
Advertisement

Tag: social-networking

What scalability issues are associated with NetworkX?

I’m interested in network analysis on large networks with millions of nodes and tens of millions of edges. I want to be able to do things like parse networks from many formats, find connected components, detect communities, and run centrality measures like PageRank. I am attracted to NetworkX because it has a nice api, good documentation, and has been under

Advertisement