auc.pl -- auc

This module computes the Area Under the Receiving Operating Charactersitics and Precision Recall curves using the method of Davis, Jesse, and Mark Goadrich. "The relationship between Precision-Recall and ROC curves." Proceedings of the 23rd international conference on Machine learning. ACM, 2006.

author
- Fabrizio Riguzzi
license
- Artistic License 2.0
 compute_areas(+LG:list, -AUCROC:float, -ROC:list, -AUCPR:float, -PR:list) is det
The predicate takes as input
 compute_areas_diagrams(+LG:list, -AUCROC:float, -ROC:dict, -AUCPR:float, -PR:dict) is det
The predicate takes as input
 compute_maxacc(+LG:list, -MaxAcc) is det
The predicate takes as input