newCVInfo function

Create a CVInfo Object

Create a CVInfo Object

Dispatch appropriate cross-validation procedure.

.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
  • Maintainer: Shannon T. Holloway
  • License: GPL-2
  • Last published: 2023-11-24

Useful links