Complex Networks command line tools
The "G" tools (as I call them, since they are prefixed with 'G') are a set of command line tools to manipulate, convert, get statistics from, and generate graphs in the complex networks domain.
Features:
- Formats: Adjacency list (.ladj), Edge List (.edgl), Adjacency Matrix (.madj), Graphviz (.dot), Pajek (.net).
- Statistics: degree distributions (normal, cumulative), clustering, correlations, assortative mixing, percolation threshold, average minimum distance, statistics per node.
- Community structure (Girvan & Newman).
- Generation: Erdos-Renyi, Barabasi-Albert, Scale-Free with cutoff, Directed Scale-Free.
- Betweenness centrality.
- Topological overlap.
- Hierarchical Clustering of any measure between nodes.
- Degree correlation (like in Maslov science paper).
Download
Source code (see INSTALL file within): nets-20070501.tgz

