reservoir: Return the reservoir from a trained ESN as tibble

View source: R/methods-fable.R

reservoirR Documentation

Return the reservoir from a trained ESN as tibble

Description

Return the reservoir (internal states) from a trained ESN as tibble. The function works only for models of class ESN.

Usage

reservoir(object)

Arguments

object

An object of class ESN.

Value

A tibble containing the reservoir (internal states).

Examples

library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
reservoir()


ahaeusser/echos documentation built on June 2, 2025, 2:17 a.m.