summaryrefslogtreecommitdiff
path: root/doc/latex/latex/structure/activity/multiplexity.tex
blob: b5c550675ff2e8b6ff532d8ffd06f995b1561cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\myprogram{{multiplexity.py}}
          {compute the pairwise multiplexity between all the pairs of
          layers of a multiplex.}
          {$<$layer1$>$ $<$layer2$>$ [$<$layer3$>$...]}

\mydescription{Compute and print on output the pairwise multiplexity 
 $Q_{\alpha, \beta}$ (i.e., the fraction of nodes active on both
          layers) between all pairs of layers. The layers are given as
          input in the files \textit{layer1}, \textit{layer2}, etc.
  
  Each input file contains the (undirected) edge list of a layer, and
  each line is in the format:
  
  \hspace{0.5cm}\textit{src\_ID} \textit{dest\_ID}
  
  where \textit{src\_ID} and \textit{dest\_ID} are the IDs of the two
  endpoints of an edge.}

\myreturn{The program prints on \texttt{stdout} a list of lines, in
  the format:

  \hspace{0.5cm} \textit{layer1 layer2 mult}

  \noindent where \textit{layer1} and \textit{layer2} are the IDs of
  the layers, and \textit{mult} is the value of the multiplexity
  $Q_{layer1, 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.}

\myreference{\refcorrelations}