RegFitObj: survivalsvm (regression approach)

Description Usage Arguments Value

Description

Constructs object of class RegFitObj.

Usage

1
2
RegFitObj(Beta = NULL, SV = NULL, Kernel = NULL, OptMeth = NULL,
  b0 = NULL)

Arguments

Beta

[vector(1)]
solution of the quadratic optimization problem of interest

SV

[matrix(1)]
support vector machines.

Kernel

[Kernel(1)]
object of class Kernel.

OptMeth

[character(1)]
program used to solve the optimization problem.

b0

[numeric(1)]
the estimated offset.

Value

[RegFitObj(1)] object of class RegFitObj containing elements:


survivalsvm documentation built on May 2, 2019, 9:29 a.m.