predict: Makes predictions on new data using pre-trained model

Description Usage Arguments

Description

Makes predictions on new data using pre-trained model (inherits from mlapiEstimation)

Usage

1
2
3
4
5
## S3 method for class 'matrix'
predict(object, model, ...)

## S3 method for class 'Matrix'
predict(object, model, ...)

Arguments

object

= x in other methods. A matrix like object, should inherit from Matrix or matrix

model

object which inherits class mlapiEstimation which implements method model$predict(x, ...)

...

additional data/model dependent arguments to downstream functions


dselivanov/mlapi documentation built on May 15, 2019, 2:59 p.m.