Description Usage Arguments Details Value
calcNested
calculates a single performance measure for the
results of a plNested
function call.
1 | calcNested(pl, colBy = "valid.acc")
|
pl |
Specifies the |
colBy |
A character vector or string. Specifies column(s) to use when summarizing model performance. Listing multiple columns will calculate performance as a product of those listed performances. |
For each dataset split (i.e., bootstrap), calcNested
averages
the validation set performance for the "best" model (where "best" is
defined as the model with the maximum "internal" cross-validation
accuracy, max($train.plCV)
). The validation set performance
ultimately averaged depends on the supplied colBy
argument.
A numeric scalar. The cross-validation accuracy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.