开发者

Api to analyse complex graph [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t开发者_JAVA百科 allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I am looking for an API (preferably in python) that could be used to analyze complex networks. Basically I want to find things like:

Average shortest path,

Degree distribution

Giant Component

local clustering coefficient, global clustering coefficient etc..

Thanks


I would suggest Networkx and PyGraphViz. I've used them for a similar (but not as complex) graphing project in python and I love it.


The boost graph library has Python bindings.


I've used igraph on Linux. It started to grind on 64k nodes but that graph was becoming unwieldy any way.

Not sure about performance next to PyGraphViz but now you have a plenty of options.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜