Statistics.PerformanceMetrics
Description
Common performance metrics which can be calculated using the confusion matrix.
Fawcett, ROC Graphs: Notes and Practical Considerations for Researchers, 2004, Kluwer Academic Publishers
Documentation
sensitivity :: ConfusionMatrix -> WrappedDoubleSource
sensitivity
specificity :: ConfusionMatrix -> WrappedDoubleSource
specificity
ppv :: ConfusionMatrix -> WrappedDoubleSource
positive predictive value
mcc :: ConfusionMatrix -> WrappedDoubleSource
mathews correlation coefficient
fmeasure :: ConfusionMatrix -> WrappedDoubleSource
F-measure