View source: R/cross-validation.R
stop_iter_cv_result | R Documentation |
Function to get the stoppting iteration from CV
stop_iter_cv_result( res, thisFUN = mean, loss = "validloss", whichFUN = which.min )
res |
result of cv call |
thisFUN |
aggregating function applied over folds |
loss |
which loss to use for decision |
whichFUN |
which function to use for decision |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.