The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05 - 2010-04-20

  • Internal speed-up using hash keys directly instead of sub calls
  • Changed node degree methods to ignore weights
  • Introduced specific node degree methods respecting weights
  • Fixed memory leak: networks with cycles were not freed after usage

Modules

A toolkit for Social Network Analysis
identify network components
implementation of Kleinberg's HITS 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
Node class for SNA::Network
Test plugin for SNA::Network::Node
Test plugin for SNA::Network