Skip to content
Snippets Groups Projects
Commit 67b6fec3 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

Smalls doc changes

parent 7cd81e26
No related branches found
No related tags found
1 merge request!146Add 4-5-col files related functionalities and add click commands
Pipeline #
...@@ -232,7 +232,7 @@ def cmc(ctx, scores, evaluation, **kargs): ...@@ -232,7 +232,7 @@ def cmc(ctx, scores, evaluation, **kargs):
@verbosity_option() @verbosity_option()
@click.pass_context @click.pass_context
def dir(ctx, scores, evaluation, **kargs): 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 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 defined in Chapter 14.1 of [LiJain2005]_. It requires to have at least one
......
...@@ -227,7 +227,7 @@ file containing the plots. Available plots are: ...@@ -227,7 +227,7 @@ file containing the plots. Available plots are:
* ``cmc`` (cumulative match characteristic) * ``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 Use the ``--help`` option on the above-cited commands to find-out about more
options. options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment