parser.add_argument('-R','--roc',help="If given, ROC curves will be plotted into the given pdf file.")
parser.add_argument('-D','--det',help="If given, DET curves will be plotted into the given pdf file.")
parser.add_argument('-C','--cmc',help="If given, CMC curves will be plotted into the given pdf file.")
parser.add_argument('-E','--epc',help="If given, EPC curves will be plotted into the given pdf file. For this plot --eval-files is mandatory.")
parser.add_argument('--parser',default='4column',choices=('4column','5column'),help="The style of the resulting score files. The default fits to the usual output of score files.")
raiseRuntimeError("During plotting of ROC curves, the following exception occured:\n%s\nUsually this happens when the label contains characters that LaTeX cannot parse."%e)
ifargs.epc:
logger.info("Plotting EPC curves ")
ifnotargs.eval_files:
raiseValueError("To plot the EPC curve the evaluation scores are necessary. Please, set it with the --eval-files option.")
raiseRuntimeError("During plotting of EPC curves, the following exception occured:\n%s\nUsually this happens when the label contains characters that LaTeX cannot parse."%e)
ifargs.cmcorargs.rr:
logger.info("Loading CMC data on the development "+("and on the evaluation set"ifargs.eval_fileselse"set"))