Description Usage Arguments Details Value See Also
In this procedure, if a validation set is provided, all methods in the list will be implemented once and the performance is evaluated using the validation set.
1 2 |
trainObj |
A |
validObj |
A |
k.fold |
The number of folds in the cross validation. |
n.iter |
The number of interations of k-fold cross validations. |
cvCtrl.list |
A |
unbalance.trt |
A character string that specifies if sampleing techniques should be applied to data with unbalanced numbers for each class. |
cutoff |
Cutoff used when predicting the current fold that not used in training the model, passed to |
If the validation set is missing, an n iterations of k-fold cross validation will be performed to evaluate each method.
The final performance scores will be reported. And all final models will be saved.
A workflow-class
object.
cutoff.calc
reg
wcls
cvGrid
ensemble
cvKfold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.