Skip to content
Snippets Groups Projects

Various fixes

Merged Theophile GENTILHOMME requested to merge metrics into master
All threads resolved!
Files
3
@@ -32,6 +32,8 @@ def rank_option(**kwargs):
@@ -32,6 +32,8 @@ def rank_option(**kwargs):
@common_options.metrics_command(common_options.METRICS_HELP.format(
@common_options.metrics_command(common_options.METRICS_HELP.format(
names='FtA, FAR, FRR, FMR, FMNR, HTER',
names='FtA, FAR, FRR, FMR, FMNR, HTER',
criteria=CRITERIA, score_format=SCORE_FORMAT,
criteria=CRITERIA, score_format=SCORE_FORMAT,
 
hter_note='Note that FAR = FMR * (1 - FtA), FRR = FtA + FMNR * (1 - FtA) '
 
'and HTER = (FMR + FMNR) / 2',
command='bob bio metrics'), criteria=CRITERIA)
command='bob bio metrics'), criteria=CRITERIA)
@common_options.cost_option()
@common_options.cost_option()
def metrics(ctx, scores, evaluation, **kwargs):
def metrics(ctx, scores, evaluation, **kwargs):
Loading