predictVB2FitObj {survivalsvm} | R Documentation |
Survivalsvm predictions
Description
Predictions based on model fitted using the ranking approach of survival support vector machines.
Usage
predictVB2FitObj(object, X_pred)
Arguments
object |
[ |
X_pred |
[ |
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. |
[Package survivalsvm version 0.0.6 Index]