Learn R Programming

echos (version 1.0.2)

model_sum.ESN: 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 ESN
model_sum(x)

Value

Model summary extracted from the object.

Arguments

x

An object of class mdl_df, containing an ESN model.

Examples

Run this code
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value))

Run the code above in your browser using DataLab