View source: R/crossvalfunctions.R
CreateCrossValFolds | R Documentation |
Creates multiple cross-validation folds from the data. Format is a list of IntLIMData training and testing pairs. The "training" slot contains all data except that in the given fold, and the "testing" contains all data in the fold.
CreateCrossValFolds(inputData, folds)
inputData |
IntLimData object (output of ReadData()) with analylte levels and associated meta-data |
folds |
number of folds to create |
A set of IntLimData training and testing sets, of the following format: list(list("train" = IntLimData, "test" = IntLimData), ... list("train" = IntLimData, "test" = IntLimData))
List of IntLimModel objects with model results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.