RegFitObj: survivalsvm (regression approach)

Description Usage Arguments Value

View source: R/regression.R

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:


imbs-hl/survivalsvm documentation built on May 20, 2019, 11:13 a.m.