model_sum.ESN {echos} | R Documentation |
Model specification of a trained ESN model
Description
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'
model_sum(x)
Arguments
x |
An object of class |
Value
Model summary extracted from the object.
Examples
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value))
[Package echos version 1.0.2 Index]