View source: R/methods-fable.R
fitted.ESN | R Documentation |
Extract fitted values from a trained ESN.
## S3 method for class 'ESN'
fitted(object, ...)
object |
An object of class |
... |
Currently not in use. |
Fitted values extracted from the object.
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
fitted()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.