mirror of https://github.com/KatolaZ/NetBunch
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.5 KiB
49 lines
1.5 KiB
Source: netbunch
|
|
Section: science
|
|
Priority: optional
|
|
Maintainer: Vincenzo (KatolaZ) Nicosia <katolaz@freaknet.org>
|
|
Build-Depends: debhelper (>= 9), autotools-dev
|
|
Standards-Version: 3.9.8
|
|
Homepage: http://www.complex-networks.net
|
|
Vcs-Git: https://github.com/KatolaZ/NetBunch/
|
|
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/netbunch.git
|
|
|
|
Package: netbunch
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: A collection of programs for complex networks analysis
|
|
NetBunch is a collection of command-line programs for complex
|
|
networks analysis, accompanying the textbook "Complex Networks:
|
|
Principles, Methods and Applications" by V. Latora, V. Nicosia,
|
|
G. Russo, Cambridge University Press (2017).
|
|
.
|
|
The suite includes programs to compute simple node and graph
|
|
properties, such as:
|
|
.
|
|
- connected components
|
|
- degrees and degree correlations
|
|
- node centrality
|
|
- paths and distances
|
|
- node and edge betweenness
|
|
- centrality
|
|
- clustering
|
|
- cycles
|
|
- motifs
|
|
- communities
|
|
- spanning trees
|
|
- ...
|
|
.
|
|
Moreover, NetBunch includes utilities to create synthetic
|
|
networks using different models, such as:
|
|
.
|
|
- Erdos-Renyi random graphs
|
|
- Configuration model
|
|
- Small-world model (Watts-Strogatz)
|
|
- Linear preferential attachment (Barabasi-Albert)
|
|
- Linear preferential attachment with tunable exponent
|
|
(Dorogovtsev-Mendes-Samukin)
|
|
- Fitness model (Bianconi-Barabasi)
|
|
- Hidden-variable model (Boguna and Pastor-Satorras)
|
|
- ....
|
|
|
|
|
|
|