Learn R Programming

survivalsvm (version 0.0.5)

predictHybrid: Survivalsvm predictions

Description

Maker of predictions based on model fitted using the hybrid approach of survival support vector machines.

Usage

predictHybrid(object, X_pred)

Value

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 used to fit the model,
opt.methprogram used to fit the model,
predictedvalues predicted.

Arguments

object

[survivalsvm(1)]
survivalsvm object, fitted with survivalsvm.

X_pred

[matrix]
matrix of data points of interest.

Author

Cesaire J. K. Fouodo