Changed ROC and DET, CMC and EPC to use probabilities without percentages
Closes #68 (closed)
Merge request reports
Activity
mentioned in issue #68 (closed)
added 46 commits
-
a4c69fb9...1c01e13d - 42 commits from branch
master
- af897e16 - Changed ROC and DET to use probabilities without percentages
- c4f9a8f9 - Added parameter value to test case
- 66fafba1 - Corrected test case
- e1359555 - Merge branch '68-roc-and-cmc-curves-do-not-follow-the-standard-of-the-handbook-o…
Toggle commit list-
a4c69fb9...1c01e13d - 42 commits from branch
mentioned in merge request !88 (merged)
added 44 commits
-
e1359555...e7113deb - 40 commits from branch
master
- eb1711c5 - Changed ROC and DET to use probabilities without percentages
- d33788bd - Added parameter value to test case
- c7241ea1 - Corrected test case
- 5659386c - Merge branch…
Toggle commit list-
e1359555...e7113deb - 40 commits from branch
added 1 commit
- be75d1da - Not using bob.measure.plot anymore; replaced all tight_layout (which generate…
assigned to @amohammadi
mentioned in issue bob.measure#25 (closed)
- Resolved by Amir MOHAMMADI
- Resolved by Amir MOHAMMADI
- Resolved by Amir MOHAMMADI
- Resolved by Amir MOHAMMADI
added 1 commit
- 25d56ae3 - removed hard coded style changes and just made the fig size small so that everything looks bigger
assigned to @mguenther
@mguenther this looks great, thank you but I removed all hard coded style changes and added grid to the DET curves. Also, I made the figsize smaller which makes everything bigger! If you don't like the new style, try to make the fig really small (like it is used in publications most of the time) and you will see they look OK.
added 1 commit
- 72ee1de5 - change ylim on ROC and EPC plots to better show results of biometric systems…
- Resolved by Manuel Günther
added 1 commit
- 71472508 - Changed border space for all plots (except DET)
@amohammadi I am OK with your changes, the plots look good.
Please merge after reviewing my changes -- given that you agree.
assigned to @amohammadi
mentioned in commit 2665bc5d
Thank you @mguenther