Description Usage Arguments Details Value
View source: R/linearizedSVR.R
Predict method for LinearizedSVR models
1 2 |
object |
a model previously trained using |
newdata |
a matrix of new data to run predictions on, with
the same columns as |
... |
further arguments passed to or from other methods |
This method produces predicted value, obtained by evaluating the
trained model object on the given data set newdata.
The columns of newdata must correspond exactly to the
columns of X when the model object was created.
a vector of predicted regression values, with length equal
to the number of rows in newdata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.