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({57, 1, 0.95}, {114, 16.27})>