.newCVInfo {DynTxRegime} | R Documentation |
Create a CVInfo Object
Description
Dispatch appropriate cross-validation procedure.
Usage
.newCVInfo(lambdas, kernel, ...)
## S4 method for signature 'ANY,ANY'
.newCVInfo(lambdas, kernel, ...)
## S4 method for signature 'numeric,Kernel'
.newCVInfo(lambdas, kernel, methodObject, cvObject, suppress, ...)
## S4 method for signature 'numeric,MultiRadialKernel'
.newCVInfo(lambdas, kernel, methodObject, cvObject, suppress, ...)
## S4 method for signature 'array,Kernel'
.newCVInfo(lambdas, kernel, methodObject, cvObject, suppress, ...)
## S4 method for signature 'array,MultiRadialKernel'
.newCVInfo(lambdas, kernel, methodObject, cvObject, suppress, ...)
## S4 method for signature 'numeric,MultiRadialKernel'
.newCVInfo(lambdas, kernel, methodObject, cvObject, suppress, ...)
## S4 method for signature 'array,MultiRadialKernel'
.newCVInfo(lambdas, kernel, methodObject, cvObject, suppress, ...)
Arguments
lambdas |
tuning parameters |
kernel |
kernel object |
[Package DynTxRegime version 4.15 Index]