diff --git a/bob/bio/base/script/commands.py b/bob/bio/base/script/commands.py index 5a72af03e78bc997ac8eae1d635fd7654754aaf1..2a9bde19d1f7e266bdef8505963103b5c630b935 100644 --- a/bob/bio/base/script/commands.py +++ b/bob/bio/base/script/commands.py @@ -232,7 +232,7 @@ def cmc(ctx, scores, evaluation, **kargs): @verbosity_option() @click.pass_context def dir(ctx, scores, evaluation, **kargs): - """Plots the Detection & Identification curve over the FAR + """Plots the Detection & Identification Rate curve over the FAR This curve is designed to be used in an open set identification protocol, and defined in Chapter 14.1 of [LiJain2005]_. It requires to have at least one diff --git a/doc/experiments.rst b/doc/experiments.rst index 8a41322eea4a3164cb78ce69d5d70ffd4848e4ae..3894c189ad722f6a71c4c6fe196acc05c0bd9204 100644 --- a/doc/experiments.rst +++ b/doc/experiments.rst @@ -227,7 +227,7 @@ file containing the plots. Available plots are: * ``cmc`` (cumulative match characteristic) -* ``dir`` (detection identification rate) +* ``dir`` (detection & identification rate) Use the ``--help`` option on the above-cited commands to find-out about more options.