Learn R Programming

survivalsvm (version 0.0.6)

setKernpar.Kernel: Kernel

Description

Mutator of the field Kernpar of the object of class Kernel taken in an argument.

Usage

# S3 method for Kernel
setKernpar(kern, kernpar)

Value

[Kernel(1)] Object of class Kernel with elements:

TypeType of kernel,
MatKernel matrix,
KernparParameters of kernel, when required,
bincatIndex of binary/categorical variables, when required,

Arguments

kern

[Kernel(1)]
Object of class Kernel taken in the argument.

kernpar

[vector(1)]
New kernel parameters.

Author

Cesaire J. K. Fouodo