powered by
Plot internal states (i.e., the reservoir) of a trained ESN model as line chart.
# S3 method for esn plot(x, ...)
Line chart of internal states.
An object of class esn. The result of a call to train_esn().
esn
train_esn()
Further arguments passed to matplot().
matplot()
xdata <- as.numeric(AirPassengers) xmodel <- train_esn(y = xdata) plot(xmodel)
Run the code above in your browser using DataLab