Description Usage Arguments Value
Cutoff Calculation for binary class predictions via different ways.
1 | cutoff.calc(cutoff, trainObj = NULL, modelObj = NULL)
|
cutoff |
If it's a number between 0 and 1, return this number. If cutoff == 'prevalence', the prevalence of the first class will be returned. if cutoff == 'optimal', the cutoff will be optimized by maximizing AUC using the training set. |
trainObj |
A |
modelObj |
A |
A numeric
value as the cutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.