Add an option to the epc function to also get the thresholds which were used during calculation
3 unresolved threads
These thresholds are needed in epsc calculations.
Merge request reports
Activity
- Resolved by Amir MOHAMMADI
- Resolved by Amir MOHAMMADI
added 8 commits
-
3ffa34d6...142014da - 7 commits from branch
master
- c5c4017f - Add an option to the epc function to also get the thresholds which were used during calculation
-
3ffa34d6...142014da - 7 commits from branch
assigned to @andre.anjos
ping @andre.anjos
514 514 (const blitz::Array<double,1>& dev_negatives, 515 515 const blitz::Array<double,1>& dev_positives, 516 516 const blitz::Array<double,1>& test_negatives, 517 const blitz::Array<double,1>& test_positives, size_t points, bool isSorted) { 517 const blitz::Array<double,1>& test_positives, size_t points, bool isSorted, 241 241 # save('nonsep-epc.hdf5', xy) 242 242 xyref = bob.io.base.load(F('nonsep-epc.hdf5')) 243 243 assert numpy.allclose(xy, xyref, atol=1e-15) 244 xy = epc(dev_negatives, dev_positives, 245 test_negatives, test_positives, 100, False, True) 246 assert numpy.allclose(xy[:2], xyref, atol=1e-15) @andre.anjos I did a lint too. If that's not ok I can revert it.
mentioned in commit c36b74f2
Please register or sign in to reply