voomControl: Define controlling parameters for voom-based classifiers

Description Usage Arguments Author(s) See Also Examples

View source: R/voomFunctions.R

Description

This function sets the control parameters for voom based classifiers while training the model.

Usage

1
2
voomControl(method = "repeatedcv", number = 5, repeats = 10,
  tuneLength = 10)

Arguments

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.

Author(s)

Dincer Goksuluk, Gokmen Zararsiz, Selcuk Korkmaz, Vahap Eldem, Ahmet Ozturk and Ahmet Ergun Karaagaoglu

See Also

classify, trainControl, discreteControl

Examples

1
1L

dncR/MLSeq documentation built on May 17, 2020, 6:45 p.m.