plot.esn | R Documentation |
Plot internal states (i.e., the reservoir) of a trained ESN model as line chart.
## S3 method for class 'esn'
plot(x, ...)
x |
An object of class |
... |
Currently not in use. |
Line chart of internal states.
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
plot(xmodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.