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