setKernpar.Kernel {survivalsvm}R Documentation

Kernel

Description

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

Usage

## S3 method for class 'Kernel'
setKernpar(kern, kernpar)

Arguments

kern

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

kernpar

[vector(1)]
New kernel parameters.

Value

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

Type Type of kernel,
Mat Kernel matrix,
Kernpar Parameters of kernel, when required,
bincat Index of binary/categorical variables, when required,

Author(s)

Cesaire J. K. Fouodo


[Package survivalsvm version 0.0.5 Index]