View source: R/methods-fable.R
reservoir | R Documentation |
Return the reservoir (internal states) from a
trained ESN as tibble. The function works only for models
of class ESN
.
reservoir(object)
object |
An object of class |
A tibble containing the reservoir (internal states).
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
reservoir()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.