Provides a compact overview of the model specification in the
format ESN({n_states, alpha, rho}, {n_models, df})
.
Usage
# S3 method for class 'esn'
print(x, ...)
Arguments
- x
An object of class
esn
. The result of a call totrain_esn()
.- ...
Currently not in use.
Examples
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
print(xmodel)
#> ESN({57, 1, 0.95}, {114, 16.27})