do_predict {daltoolbox} | R Documentation |
Predict Time Series Model
Description
The actual time series model prediction. This method should be override by descendants.
Usage
do_predict(obj, x)
Arguments
obj |
an object representing the fitted model or algorithm |
x |
a matrix or data.frame containing the input features for making predictions |
Value
returns the predicted values
[Package daltoolbox version 1.2.707 Index]