From a86962cbfd0321387c920a04188512d0de2f3036 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 19 Oct 2015 16:30:12 +0100 Subject: First commit of MAMMULT documentation --- doc/html/mammult_docsu3.html | 87 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 doc/html/mammult_docsu3.html (limited to 'doc/html/mammult_docsu3.html') diff --git a/doc/html/mammult_docsu3.html b/doc/html/mammult_docsu3.html new file mode 100644 index 0000000..cd582bb --- /dev/null +++ b/doc/html/mammult_docsu3.html @@ -0,0 +1,87 @@ + + +1.1.1.0 layer_activity.py + + + + + + + + + +
layer_activity.py
+

NAME +

layer_activity.py - compute the activity of the layers of a multiplex, i.e. the +number of active nodes on each layer. +

SYNOPSYS +

layer_activity.py <layer1> [<layer2> ...] +

DESCRIPTION +

Compute and print on output the activity of the layers of a multiplex +network, where the layers are given as input in the files layer1, layer2, +etc. +

Each file contains the (undirected) edge list of a layer, and each line is in the +format: +

  src_ID dest_ID +

where src_ID and dest_ID are the IDs of the two endpoints of an +edge. +

OUTPUT +

A listof lines, where the n-th line is the value of activity of the n-th layer, +starting from 0. +

REFERENCE +

V. Nicosia, V. Latora, “Measuring and modeling correlations in multiplex +networks”, Phys. Rev. E 92, 032805 (2015). +

Link to paper: http://journals.aps.org/pre/abstract/10.1103/PhysRevE.92.032805 + + + +

+

+ -- cgit v1.2.3