predict.SL.ksvm: Prediction for SL.ksvm
Description
Prediction for SL.ksvm
Usage
# S3 method for SL.ksvm
predict(object, newdata, family, coupler = "minpair", ...)
Arguments
newdata
Dataframe to generate predictions
coupler
Coupling method used in the multiclass case, can be one of
minpair or pkpd (see kernlab package for details). For future usage.
...
Unused additional arguments