Description Usage Arguments Details Value See Also Examples
After training and selection the SVM provides means to compute predictions
for new input features.
If you have also labels consider using test.liquidSVM
.
1 2 |
object |
the SVM model as returned by |
newdata |
data frame of features to predict.
If it has all the explanatory variables of |
... |
other parameters passed to |
In the multi-result learning scenarios this returns all the predictions
corresponding to the different quantiles, expectiles, etc.
For multi-class classification, if the model was setup with predict.prob=TRUE
Then this will return only the probability columns and not the prediction.
the predicted values of test
init.liquidSVM
and test.liquidSVM
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.