newCVInfo: Create a CVInfo Object

.newCVInfoR 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


DynTxRegime documentation built on Nov. 25, 2023, 1:09 a.m.