voomControl {MLSeq} | R Documentation |
This function sets the control parameters for voom based classifiers while training the model.
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
1L