Kernel-methods function

Methods Available for Objects of Class Kernel

Methods Available for Objects of Class Kernel

Methods Available for Objects of Class Kernel

.getKernelX

retrieves the covariates matrix of the kernel.

.kernelNumPars

retrieves the number of covariates of the kernel.

.kernel

calculates the kernel

print

prints kernel model.

show

displays kernel model.

summary

returns a list containing the kernel model.

## S4 method for signature 'data.frame,Kernel' .getKernelX(data, object) ## S4 method for signature 'Kernel' .kernelNumPars(object, ...) ## S4 method for signature 'Kernel,missing,missing' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,data.frame,data.frame' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,vector,vector' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,vector,data.frame' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,data.frame,vector' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,matrix,data.frame' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,data.frame,matrix' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,vector,matrix' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,matrix,vector' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel,matrix,matrix' .kernel(object, x1, x2, ...) ## S4 method for signature 'Kernel' print(x, ...) ## S4 method for signature 'Kernel' show(object) ## S4 method for signature 'Kernel' summary(object, ...)
  • Maintainer: Shannon T. Holloway
  • License: GPL-2
  • Last published: 2023-11-24

Useful links