Skip to content
Snippets Groups Projects

WIP: Breaking changes

Closed André Anjos requested to merge andres-upgrades into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -139,7 +139,7 @@ calculation of the threshold:
@@ -139,7 +139,7 @@ calculation of the threshold:
.. doctest::
.. doctest::
>>> T = bob.measure.binary.eer_threshold(negatives, positives)
>>> T = bob.measure.brute_force.eer_threshold(negatives, positives)
* Threshold for the minimum HTER
* Threshold for the minimum HTER
Loading