Skip to contents

Provide a succinct summary of a trained ESN.

Usage

# S3 method for class 'ESN'
model_sum(x)

Arguments

x

An object of class ESN.

Value

Model summary extracted from the object.

Examples

library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value))
#> # A mable: 1 x 1
#>                                      ESN
#>                                  <model>
#> 1 <ESN({144, 57, 114}, {19.17, 0.0159})>