Description Usage Arguments Value Author(s)
View source: R/agePrediction.R
This function performs 10-fold cross validation to estimate the performance of a
newly trained predictor. If parallel.isEnabled()
, the function perfoms cross
validation in parallel. The function adds a table to the specified report
containing
the result of the 10-fold cross validation.
1 | run.cross.validation(rnbSet, report, alpha = 0.8)
|
rnbSet |
a |
report |
report to which the table should be added |
alpha |
alpha parameter used in the elastic net regression |
modified report object
Michael Scherer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.