predict | R Documentation |
Makes predictions on new data using pre-trained model
(inherits from mlapiEstimation)
## S3 method for class 'matrix' predict(object, model, ...) ## S3 method for class 'Matrix' predict(object, model, ...)
object |
= x in other methods.
A matrix like object, should inherit from |
model |
object which inherits class mlapiEstimation which
implements method |
... |
additional data/model dependent arguments to downstream functions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.