print.esn: Print model specification of the trained ESN model

View source: R/methods-base.R

print.esnR Documentation

Print model specification of the 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 class 'esn'
print(x, ...)

Arguments

x

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

...

Currently not in use.

Value

Print specification of the trained ESN model.

Examples

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


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