1
1

Is there any social network analysis tools?

asked Aug 04 '10 at 00:10

charlie's gravatar image

charlie
140121417


7 Answers:

Check statnet.org this is package for R for network analysis. I saw examples where this package was used to analyze social networks

answered Aug 04 '10 at 09:42

ilya's gravatar image

ilya
312

I'd suggest looking at this Wikipedia article for a list+comparison of various softwares available.

answered Aug 04 '10 at 00:17

spinxl39's gravatar image

spinxl39
3698114869

Also consider Pajek, which is very nice program for first steps into the beauty of network analysis.

answered Aug 12 '10 at 16:09

Andrej's gravatar image

Andrej
210114

Check out JUNG (http://jung.sourceforge.net/). It has network/graph scoring algorithms such as HITS, PageRank, etc. For visualization have a look at GUESS (http://graphexploration.cond.org/). Both of these are Java based and open source.

There's also gremlin (http://wiki.github.com/tinkerpop/gremlin/). It's got the standard set of algorithms and has a nice command-line interactive interface as well. It has a connector to work with JUNG algorithms.

answered Aug 19 '10 at 18:31

Manish's gravatar image

Manish
6113

SNAP which is C++ library and Network x which is a python library

I usually try to prototype my algorithms in python using networkx and then implement them in C++ for large scale use.

Both libraries are distributed by trusted sources, SNAP is distributed by a Stanford Research group while Networkx is from Lanl.

Since Network analysis has seen extensive growth in its scope, it is difficult to find a single tool which does all tasks. You will mostly find libraries which can handle graphs / networks, and algorithms to analyze them.

answered Aug 04 '10 at 03:36

DirectedGraph's gravatar image

DirectedGraph
56031424

edited Aug 04 '10 at 03:38

ORA is a fully featured application for SNA. It can import a huge selection of common network formats, has a large collection of network measures, has a fully interactive and exploratory network visualizer, and can perform over time network analysis.

Check it out here: ORA

answered Aug 12 '10 at 14:13

Jesse%20St%20Charles's gravatar image

Jesse St Charles
1

I have found Gephi to be a wonderful analysis-cum-visualization tool and is open-source plus freely available. It works on Windows, Linux and MacOSX. The Gephi project has also been selected as a part of the Google Summer of Code(GSoC) for 2009 and 2010.

answered Oct 06 '10 at 06:12

Dexter's gravatar image

Dexter
416243438

Your answer
toggle preview

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×7

Asked: Aug 04 '10 at 00:10

Seen: 3,128 times

Last updated: Oct 06 '10 at 06:12

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.