folding_module: K Folding Module

Description Usage Arguments Examples

View source: R/folding_module.R

Description

This function creates relatively equal folds

Usage

1
folding_module(CBRMSR, Folds = 10, LOOC = FALSE)

Arguments

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.

Examples

1
2
3
4
## Not run: 
CBRMSR <- folding_module(CBRMSR, folds = 10, LOOC = FALSE)

## End(Not run)

bhioswego/CBRMSR documentation built on Dec. 6, 2020, 3:16 p.m.