Description Usage Arguments Examples
View source: R/folding_module.R
This function creates relatively equal folds
1 | folding_module(CBRMSR, Folds = 10, LOOC = FALSE)
|
CBRMSR |
A CBRMSR object |
Folds |
Number of folds (for cross-validation) |
LOOC |
A boolean value of whether to use leave one out cross validation. This feature is not supported yet. |
1 2 3 4 | ## Not run:
CBRMSR <- folding_module(CBRMSR, folds = 10, LOOC = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.