From 9f06fb2dc1766d4edd4a5458a7afcfb10480dbc1 Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Thu, 28 Jun 2018 13:42:30 +0200
Subject: [PATCH] Add HTER definition in help message

---
 bob/bio/base/script/commands.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bob/bio/base/script/commands.py b/bob/bio/base/script/commands.py
index 721695f1..75262558 100644
--- a/bob/bio/base/script/commands.py
+++ b/bob/bio/base/script/commands.py
@@ -32,6 +32,7 @@ def rank_option(**kwargs):
 @common_options.metrics_command(common_options.METRICS_HELP.format(
     names='FtA, FAR, FRR, FMR, FMNR, HTER',
     criteria=CRITERIA, score_format=SCORE_FORMAT,
+    hter_note='Note that HTER = (FMR + FMNR) / 2',
     command='bob bio metrics'), criteria=CRITERIA)
 @common_options.cost_option()
 def metrics(ctx, scores, evaluation, **kwargs):
-- 
GitLab