View source: R/ThresholdSummary.R
getThresholdSummary_binary | R Documentation |
Calculate all measures for sparse ROC when prediction is bianry classification
getThresholdSummary_binary(prediction, evalColumn, ...)
prediction |
A prediction object |
evalColumn |
A column that is used to stratify the results |
... |
Other inputs |
Calculates the TP, FP, TN, FN, TPR, FPR, accuracy, PPF, FOR and Fmeasure from a prediction object
A data.frame with all the measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.