predict.SL.ksvm | R Documentation |
Prediction for SL.ksvm
## S3 method for class 'SL.ksvm'
predict(object, newdata, family, coupler = "minpair", ...)
object |
SL.kernlab object |
newdata |
Dataframe to generate predictions |
family |
Gaussian or binomial |
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 |
SL.ksvm
ksvm
predict.ksvm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.