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_docsu59.html | 103 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 doc/html/mammult_docsu59.html (limited to 'doc/html/mammult_docsu59.html') diff --git a/doc/html/mammult_docsu59.html b/doc/html/mammult_docsu59.html new file mode 100644 index 0000000..7baf3e6 --- /dev/null +++ b/doc/html/mammult_docsu59.html @@ -0,0 +1,103 @@ + + +3.2.2.0 entropyrate2int + + + + + + + + + +
entropyrate2int
+

NAME +

entropyrate2int - compute the entropy rate of intensive biased walks in a +multiplex with 2 layers. +

SYNOPSYS +

entropyrate2int <layer1> <layer2> < overlappingnetwork > <N> b1 +b2 +

DESCRIPTION +

Compute and print the entropy rate of an intensive biased walks in a +multiplex with 2 layers and bias parameters bp and bo. Files layer1, layer2, +contain the (undirected) edge list of the two 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. +

The file overlapping network has also a third column indicating the number of +times two nodes are connected across all layers. +

N is the number of nodes, bp is the biased exponent on the participation +coefficient, bo is the biased exponent on the overlapping degree. +

OUTPUT +

One line, reporting the value of the entropy rate h of an intensive biased +random walks with bp and bo as bias exponents, bp and bo. +

REFERENCE +

F. Battiston, V. Nicosia, V. Latora, “Biased random walks on multiplex +networks”, arxiv:1505.01378 (2015). +

Link to paper: http://arxiv.org/abs/1505.01378 +

+

+ -- cgit v1.2.3