| trainSeeds | R Documentation |
this function creates a list of seeds to be used with trainControl
trainSeeds(size, number, seed = 357)
size |
the number of models to be evaluated |
number |
the number of boot-starpping/cv repeats |
seed |
the global seed to be set |
a list of integer seeds
Tim Appelhans (largely taken from the examples of trainControl)
trainSeeds(9, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.