VB1FitObj: survivalsvm (ranking approach)

View source: R/vanbelle1.R

VB1FitObjR Documentation

survivalsvm (ranking approach)

Description

Constructs object of class VB1FitObj.

Usage

VB1FitObj(
  Alpha = NULL,
  Xtrain = NULL,
  DifMat = NULL,
  Kernel = NULL,
  OptMeth = NULL
)

Arguments

Alpha

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

Xtrain

[matrix(1)]
Matrix of training data points.

DifMat

[Diffmatrix(1)]
Matrix used to maked differences between neighbor points.

Kernel

[Kernel(1)]
Object of class Kernel.

OptMeth

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

Value

[VB1FitObj] Object of class RegFitObj containing elements:

Alpha solution of the quadratic optimization problem,
Xtrain matrix of training data points,
DifMat matrix used to maked differences between neighbor points,
Kernel kernel matrix, an object of class Kernel,
OptMeth program used to solve the quadratic optimization problem.

imbs-hl/survivalsvm documentation built on June 14, 2025, 9:22 a.m.