Skip to contents

Print specification of the trained ESN model.

Usage

# S3 method for class 'esn'
print(x, ...)

Arguments

x

An object of class 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)
#> ESN({144, 57, 114}, {19.17, 0.0159})