powered by
Return the reservoir (internal states) from a trained ESN as tibble. The function works only for models of class ESN.
ESN
reservoir(object)
A tibble containing the reservoir (internal states).
An object of class mdl_df, containing an ESN model.
mdl_df
library(tsibble) library(fable) AirPassengers %>% as_tsibble() %>% model("ESN" = ESN(value)) %>% reservoir()
Run the code above in your browser using DataLab