Print model specification of the trained ESN model.
Usage
# S3 method for class 'esn'
print(x, ...)
Examples
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
print(xmodel)
#> ESN({57, 1, 0.95}, {114, 16.27})
Print model specification of the trained ESN model.
# S3 method for class 'esn'
print(x, ...)
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
print(xmodel)
#> ESN({57, 1, 0.95}, {114, 16.27})