predictVB2FitObj: Survivalsvm predictions

Description Usage Arguments Value

View source: R/predictions.R

Description

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

Usage

1
predictVB2FitObj(object, X_pred)

Arguments

object

[survivalsvm(1)]
Object of class survivalsvm, fitted with survivalsvm.

X_pred

[matrix]
Matrix of data points used to make the prediction.

Value

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.

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