Usage: Call siError on graph inputs and store resulting error rate in a new entry of a CSV file.

Options:
  -h, --help            show this help message and exit
  -m FILE, --model=FILE
                        graph model
  -l FILE, --labeled_graph=FILE
                        labeled graph file (evaluated one)
  -t FILE, --labels_translation=FILE
                        labels translation file
  -b FILE, --base_graph=FILE
                        base graph file (reference) If not specified,
                        labeled_graph is taken
  -c CSV, --csv=CSV     file storing error rate
  -n NAME, --graph_name=NAME
                        graph name to be stored in CSV
  -a, --append          append errors at the end of an existing files instead
                        of erasing it
