Social network analysis measures

JavaScript implementations of Social Network Analysis measures

25 September 2012

In August and September we've continued our push for in-browser graph analytics by integrating two commonly used algorithms from Social Network Analysis - betweenness and closeness centralities.

Betweenness & Closeness

High betweenness scores are indicative of 'brokers' within the network, which usually correlates to some form of power. High betweenness nodes are sometimes called 'boundary spanners' or gatekeepers. Nodes which join two or more different communities will typically have high betweenness scores.

Closeness measures paths from a node to all other nodes in the network. Closeness can identify good 'broadcasters' in the network, or good places to listen-in to the network.

The algorithms are fast, typically with sub-second response time, and are tested against reference implementations such as NetworkX.

It is great to see KeyLines becoming more than just a great visualization tool!

Subscribe by Reader

Subscribe by Email

Tweets @key_lines

Pending

All Posts

Social network analysis measures

All New Radial Layout

Graph analytics and layout improvements

Structural graph layout for KeyLines

SVG versus Canvas - Fight!

More techniques for visualising data in-browser

The death of browser plug-ins for visualising data

Introducing KeyLines

Network thinkers