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

View source: R/methods-base.R

summary.esnR Documentation

Provide a detailed summary of the trained ESN model

Description

Provide a detailed summary of the trained ESN model.

Usage

## S3 method for class 'esn'
summary(object, ...)

Arguments

object

An object of class esn. The result of a call to train_esn().

...

Currently not in use.

Value

Print detailed model summary.

Examples

xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
summary(xmodel)


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