Description Usage Arguments Author(s) See Also Examples
View source: R/voomFunctions.R
This function sets the control parameters for voom based classifiers while training the model.
1 2 | voomControl(method = "repeatedcv", number = 5, repeats = 10,
tuneLength = 10)
|
method |
validation method. Support repeated cross validation only ("repeatedcv"). |
number |
a positive integer. Number of folds. |
repeats |
a positive integer. Number of repeats. |
tuneLength |
a positive integer. If there is a tuning parameter in the classifier, this value is used to define total number of tuning parameter to be searched. |
Dincer Goksuluk, Gokmen Zararsiz, Selcuk Korkmaz, Vahap Eldem, Ahmet Ozturk and Ahmet Ergun Karaagaoglu
classify
, trainControl
, discreteControl
1 | 1L
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.