newCVStep {DynTxRegime} | R Documentation |
An n-Fold Cross Validation Step
Description
An n-Fold Cross Validation Step
Usage
.newCVStep(cvObject, methodObject, lambda, suppress, ...)
Arguments
cvObject |
Information regarding folds and treatment groups |
methodObject |
Information needed for method specific objective function |
lambda |
numeric A single tuning parameter value |
suppress |
integer indicating printing preference |
... |
additional inputs. |
Value
The average value across all successfully trained folds
[Package DynTxRegime version 4.16 Index]