Skip to content
Snippets Groups Projects
Commit d1899d38 authored by Manuel Günther's avatar Manuel Günther
Browse files

Included bob.measure... submodules into documentation.

parent 651554ef
No related branches found
No related tags found
No related merge requests found
...@@ -178,8 +178,8 @@ town. To plot an ROC curve, in possession of your **negatives** and ...@@ -178,8 +178,8 @@ town. To plot an ROC curve, in possession of your **negatives** and
>>> # we assume you have your negatives and positives already split >>> # we assume you have your negatives and positives already split
>>> npoints = 100 >>> npoints = 100
>>> bob.measure.plot.roc(negatives, positives, npoints, color=(0,0,0), linestyle='-', label='test') # doctest: +SKIP >>> bob.measure.plot.roc(negatives, positives, npoints, color=(0,0,0), linestyle='-', label='test') # doctest: +SKIP
>>> pyplot.xlabel('FRR (%)') # doctest: +SKIP >>> pyplot.xlabel('FAR (%)') # doctest: +SKIP
>>> pyplot.ylabel('FAR (%)') # doctest: +SKIP >>> pyplot.ylabel('FRR (%)') # doctest: +SKIP
>>> pyplot.grid(True) >>> pyplot.grid(True)
>>> pyplot.show() # doctest: +SKIP >>> pyplot.show() # doctest: +SKIP
......
...@@ -9,5 +9,23 @@ ...@@ -9,5 +9,23 @@
This section includes information for using the pure Python API of ``bob::measure``. This section includes information for using the pure Python API of ``bob::measure``.
Measurement
-----------
.. automodule:: bob.measure .. automodule:: bob.measure
Loading data
------------
.. automodule:: bob.measure.load
Calibration
-----------
.. automodule:: bob.measure.calibration
Plotting
--------
.. automodule:: bob.measure.plot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment