predictRegFitObj: Survivalsvm predictions

View source: R/predictions.R

predictRegFitObjR Documentation

Survivalsvm predictions

Description

Predictions based on model fitted using the regression approach of survival support vector machines.

Usage

predictRegFitObj(object, X_pred)

Arguments

object

[survivalsvm(1)]
makes predictions using a survivalsvm object fitted with survivalsvm.

X_pred

[matrix(1)]
matrix of data points of interest.

Value

[survivalsvmprediction(1)] object of class survivalsvmprediction, with elements:

typeofsurvivalsvm type of the survivalsvm object that is fitted in model,
typeofkernel type of kernel used to fit the model,
parameterofkernel parameters of kernel that used to fit the model,
opt.meth program used to fit the model,
predicted values predicted.

Author(s)

Cesaire J. K. Fouodo


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