Java library for graphs

眉间皱痕 提交于 2019-12-06 06:37:53

问题


what is the best Java library for manipulating graphs (specifically, for social network analysis)? I've seen Jung, but I was wondering if you knew anything better (I don't need to visualize networks, only computation).

Thank you


回答1:


I've found jgrapht pretty useful - it has all the major algorithms (e.g. Bellman-Ford, ...)




回答2:


neo4j is the choice

And here is a video




回答3:


If you are aiming for high efficiency

http://grph.inria.fr/



来源:https://stackoverflow.com/questions/4362219/java-library-for-graphs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!