Learn R Programming

survivalsvm (version 0.0.5)

predictRegFitObj: Survivalsvm predictions

Description

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

Usage

predictRegFitObj(object, X_pred)

Value

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

typeofsurvivalsvmtype of the survivalsvm object that is fitted in model,
typeofkerneltype of kernel used to fit the model,
parameterofkernelparameters of kernel that used to fit the model,
opt.methprogram used to fit the model,
predictedvalues predicted.

Arguments

object

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

X_pred

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

Author

Cesaire J. K. Fouodo