print.esn | R Documentation |
Provides a compact overview of the model specification in the
format ESN({n_states, alpha, rho}, {n_models, df})
.
## S3 method for class 'esn'
print(x, ...)
x |
An object of class |
... |
Currently not in use. |
Print specification of the trained ESN model.
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
print(xmodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.