predictHybrid: Survivalsvm predictions

Description Usage Arguments Value Author(s)

View source: R/predictions.R

Description

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

Usage

1
predictHybrid(object, X_pred)

Arguments

object

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

X_pred

[matrix]
matrix of data points of interest.

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 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 May 20, 2019, 11:13 a.m.