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

Fix documentation: incorrect function reference

parent 46b50de2
No related branches found
No related tags found
2 merge requests!54Refactors the score loading and scripts functionality,!52generic plotting script for bob measure
Pipeline #
...@@ -121,14 +121,14 @@ class MeasureBase(object): ...@@ -121,14 +121,14 @@ class MeasureBase(object):
dev_score: dev_score:
Development scores. Can be a tuple (neg, pos) of Development scores. Can be a tuple (neg, pos) of
:py:class:`numpy.ndarray` (e.g. :py:class:`numpy.ndarray` (e.g.
:py:func:`~bob.measure.script.Roc.compute`) or :py:func:`~bob.measure.script.figure.Roc.compute`) or
a :any:`list` of tuples of :py:class:`numpy.ndarray` (e.g. cmc) a :any:`list` of tuples of :py:class:`numpy.ndarray` (e.g. cmc)
dev_file : str dev_file : str
name of the dev file without extension name of the dev file without extension
test_score: test_score:
Test scores. Can be a tuple (neg, pos) of Test scores. Can be a tuple (neg, pos) of
:py:class:`numpy.ndarray` (e.g. :py:class:`numpy.ndarray` (e.g.
:py:func:`~bob.measure.script.Roc.compute`) or :py:func:`~bob.measure.script.figure.Roc.compute`) or
a :any:`list` of tuples of :py:class:`numpy.ndarray` (e.g. cmc) a :any:`list` of tuples of :py:class:`numpy.ndarray` (e.g. cmc)
test_file : str test_file : str
name of the test file without extension name of the test file without extension
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment