Print 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({144, 57, 114}, {19.17, 0.0159})
Print 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({144, 57, 114}, {19.17, 0.0159})