Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
9f06fb2d
Commit
9f06fb2d
authored
Jun 28, 2018
by
Theophile GENTILHOMME
Browse files
Add HTER definition in help message
parent
15961f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/script/commands.py
View file @
9f06fb2d
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment