@@ -61,19 +61,19 @@ $ gecmi file1 file2
6161
6262Execution Options:
6363```
64- -h [ --help ] produce help message
65- --input arg name of the input files
66- -s [ --sync ] synchronize the node base, for example to fairly
67- evaluate against top K selected clusters that
68- are subset of the original nodes
69- -n [ --nmis ] output both NMI [max] and NMI_sqrt
70- -f [ --fnmi ] evaluate also FNMI, includes '-x'
71- -r [ --risk ] arg (=0.01) probability of value being outside
72- -e [ --error ] arg (=0.01) admissible error
73- -a [ --fast ] apply fast approximate evaluations that are less
74- accurate, but much faster on large networks
75- -m [ --membership ] arg (=1) average expected membership of nodes in the
76- clusters, > 0, typically >= 1
64+ -h [ --help ] produce help message
65+ --input arg name of the input files
66+ -s [ --sync ] synchronize the node base, for example to fairly
67+ evaluate against top K selected clusters that
68+ are subset of the original nodes
69+ -n [ --nmis ] output both NMI [max] and NMI_sqrt
70+ -f [ --fnmi ] evaluate also FNMI, includes '-x'
71+ -r [ --risk ] arg (=0.01) probability of value being outside
72+ -e [ --error ] arg (=0.01) admissible error
73+ -a [ --fast ] apply fast approximate evaluations that are less
74+ accurate, but much faster on large networks
75+ -m [ --membership ] arg (=1) average expected membership of nodes in the
76+ clusters, > 0, typically >= 1
7777```
7878If you want to tweak the precision, use the options ` -e ` and ` -r ` , to set the error and
7979the risk respectively. See the [ paper] ( http://arxiv.org/abs/1202.0425 ) for the meaning of these concepts.
0 commit comments