powered by
Provide a detailed summary of the trained ESN model.
# S3 method for esn summary(object, ...)
Print detailed model summary.
An object of class esn. The result of a call to train_esn().
esn
train_esn()
Currently not in use.
xdata <- as.numeric(AirPassengers) xmodel <- train_esn(y = xdata) summary(xmodel)
Run the code above in your browser using DataLab