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_docsu7.html | 105 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 doc/html/mammult_docsu7.html (limited to 'doc/html/mammult_docsu7.html') diff --git a/doc/html/mammult_docsu7.html b/doc/html/mammult_docsu7.html new file mode 100644 index 0000000..6d0949e --- /dev/null +++ b/doc/html/mammult_docsu7.html @@ -0,0 +1,105 @@ + + +1.1.1.0 hamming_dist.py + + + + + + + + + +
hamming_dist.py
+

NAME +

hamming_dist.py - compute the normalised Hamming distance between all +the pairs of layers of a multiplex. +

SYNOPSYS +

hamming_dist.py <layer1> <layer2> [<layer3>...] +

DESCRIPTION +

Compute and print on output the normalised Hamming distance Hα,β (i.e., +the fraction of nodes which are active on either of the layers, but not on both) +between all pairs of layers. The layers are given as input in the files layer1, +layer2, etc. +

Each input 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 +

The program prints on stdout a list of lines, in the format: +

  layer1 layer2 hamm +

where layer1 and layer2 are the IDs of the layers, and hamm is the value of the +normalised Haming distance Hlayer1,layer2. Layers IDs start from zero, are are +associated to the layers in the same order in which the layer files are provided on +the command line. +

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