manuelaguadomtz / pyeer

PyEER is a python package for biometric systems performance evaluation. Includes ROC, DET, FNMR, FMR and CMC curves plotting, scores distribution plotting, EER and operating points estimation. It can be also used to evaluate binary classification systems.
MIT License
59 stars 17 forks source link

get_eer_stats for similarity scores #6

Closed MonicaSai7 closed 3 years ago

MonicaSai7 commented 3 years ago

With what parameters should get_eer_stats(gen_scores, imp_scores, hformat=False, ds_scores=False) be called to get metrics for integer similarity scores?

manuelaguadomtz commented 3 years ago

Hi Monica

Yes, that's right! Are you having problems with the package?

MonicaSai7 commented 3 years ago

Thanks! I was confused with the hformat parameter. This package is really helpful! We only need to change the ds_scores parameter to switch between similarity and dissimilarity scores right?

manuelaguadomtz commented 3 years ago

Yes, the ds_scores parameter is the only one you need to set to switch between similarity and dissimilarity scores.