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

Changes for version 0.10 - 2010-09-06

  • fixed bug in PageRank calculation without any sink nodes
  • fixed bug in PageRank calculation with a damping factor of 0
  • added special PageRank calculation for weighted networks
  • fixed bug in repeated identification of weak components after a change of network structure

Modules

A toolkit for Social Network Analysis
identify network components
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