VB1FitObj function

survivalsvm (ranking approach)

survivalsvm (ranking approach)

Constructs object of class VB1FitObj.

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.

Returns

[VB1FitObj] Object of class RegFitObj containing elements:

Alphasolution of the quadratic optimization problem,
Xtrainmatrix of training data points,
DifMatmatrix used to maked differences between neighbor points,
Kernelkernel matrix, an object of class Kernel ,
OptMethprogram used to solve the quadratic optimization problem.
  • Maintainer: Cesaire J. K. Fouodo
  • License: GPL
  • Last published: 2025-04-04