run_reservoir: Run reservoir

View source: R/RcppExports.R

run_reservoirR Documentation

Run reservoir

Description

Run reservoir creates the internal states for the ESN.

Arguments

input

Numeric matrix containing the input features

win

Numeric matrix. The input weight matrix.

wres

Numeric matrix. The reservoir weight matrix.

alpha

Numeric value. The leakage rate (smoothing parameter).

Value

states train Numeric matrix with the internal states.


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