run.cross.validation {RnBeads} | R Documentation |
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.
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