report.ESN: Provide a detailed summary of the trained ESN model

View source: R/methods-fable.R

report.ESNR Documentation

Provide a detailed summary of the trained ESN model

Description

Provide a detailed summary of the trained ESN model. The function is a wrapper for summary.esn().

Usage

## S3 method for class 'ESN'
report(object, ...)

Arguments

object

An object of class mdl_df, containing an ESN model.

...

Currently not in use.

Value

Print detailed model summary.

Examples

library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
report()


echos documentation built on June 23, 2025, 5:09 p.m.