powered by
Provides a compact overview of the model specification in the format ESN({n_states, alpha, rho}, {n_models, df}).
ESN({n_states, alpha, rho}, {n_models, df})
# S3 method for esn print(x, ...)
Print specification of the trained ESN model.
An object of class esn. The result of a call to train_esn().
esn
train_esn()
Currently not in use.
Other base functions: forecast_esn(), is.esn(), is.forecast_esn(), is.tune_esn(), plot.esn(), plot.forecast_esn(), plot.tune_esn(), summary.esn(), summary.tune_esn(), train_esn(), tune_esn()
forecast_esn()
is.esn()
is.forecast_esn()
is.tune_esn()
plot.esn()
plot.forecast_esn()
plot.tune_esn()
summary.esn()
summary.tune_esn()
tune_esn()
xdata <- as.numeric(AirPassengers) xmodel <- train_esn(y = xdata) print(xmodel)
Run the code above in your browser using DataLab