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_docsu25.html | 81 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 doc/html/mammult_docsu25.html (limited to 'doc/html/mammult_docsu25.html') diff --git a/doc/html/mammult_docsu25.html b/doc/html/mammult_docsu25.html new file mode 100644 index 0000000..43094cd --- /dev/null +++ b/doc/html/mammult_docsu25.html @@ -0,0 +1,81 @@ + + +1.2.1.0 rank_nodes_thresh.py + + + + + + + + + +
rank_nodes_thresh.py
+

NAME +

rank_nodes_thresh.py - rank the nodes of a layer whose value of a given +structural descriptor is above a threshold. +

SYNOPSYS +

rank_nodes_thresh.py <prop_file> <thresh> +

DESCRIPTION +

Get a file as input, whose n-th line corresponds to the value of a certain +property of the n-th node, and rank the nodes according to that property, taking +into account ranking ties properly. The rank of all the nodes whose value of the +structural descriptor is smaller than the threshold thresh specified as second +parameter is set to 0 (ZERO). +

OUTPUT +

The program prints on stdout a list of lines, where the n-th line contains the +rank of the n-th node corresponding to the values of the structural descriptor +provided in the input file, or zero if such desxriptor is below the specified +threshold thresh. +

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