R/MLP.R
forecast.MLP.Rd
Forecast a trained MLP model.
# S3 method for class 'MLP' forecast(object, new_data, specials = NULL, ...)
An object of class MLP.
MLP
Forecast horizon (n-step ahead forecast)
Specials are currently not in use.
Additional arguments for forecast method.
An object of class fable.
fable