Usage: Compare two sigraph models.

Options:
  -h, --help            show this help message and exit
  -f FILTER, --labelsfilter=FILTER
                        only models matching this filter are covered.ex :
                        'label1,label2' or 'label' or 'regexp1,regexp2' (here
                        order is important)
  --filtermode=FILTER   strict, flexible or regexp
  -1 MODEL, --model1=MODEL
                        model file name (default : model.arg)
  -2 MODEL, --model2=MODEL
                        model file name (default : none)
  -g FILE, --graph=FILE
                        data graph file name
  --hist=HIST           make histogram from classifiation/regression ratesof
                        models. HIST should be a format supported by pylab
  -p PCT, --pct=PCT     percentage of the biggest differences between models
                        ex : 5.6%, 5.6, 5 (default : 10)
  -c CMP, --cmp=CMP     compared data : a list of compared elements taken in
                        raw, mean, good, bad (default : raw,mean,good,bad)
  -m MODE, --mode=MODE  return biggest or smallest values (default : biggest)
  -a, --abs             compare absolute differences (default : disabled)
  --anatomist           Display first compared value on a graph under
                        anatomist software (default : disabled)
