The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.14 - 2012-08-06

  • added direct generators I<new_from_$format> in Guess and Pajek Filters
  • added create_node method with automatic indexing
  • pagerank algorithms accelerated by factor 2 using forward propagation of values

Modules

A toolkit for Social Network Analysis
Calculate betweenneess values for all nodes
identify network components
calculate core collapse sequences (CCS)
implementation of Kleinberg's HITS algorithm
implementation of the PageRank algorithm
Edge class for SNA::Network
load and save networks from/to Guess .gdf files
load and save networks from/to Pajek .net files
Generate random networks by density
Generate random networks according to the configuration model
Node class for SNA::Network
Test plugin for SNA::Network::Node
Test plugin for SNA::Network