as_timesteps: Get ANN timesteps from ANN lag

View source: R/deepRNN.r

as_timestepsR Documentation

Get ANN timesteps from ANN lag

Description

Get ANN timesteps from ANN lag

Usage

as_timesteps(lag = 1L, type = "univariate")

Arguments

lag

The ANN lag, returned by as_lag.

type

The type of time series: univariate or multivariate.

Value

The timesteps number for a LSTM.

See Also

as_lag

Other Recurrent Neural Network (RNN): as_LSTM_X(), as_LSTM_Y(), as_LSTM_data_frame(), as_LSTM_period_outcome(), as_lag(), build_LSTM(), fit_LSTM(), get_LSTM_XY(), get_period_shift(), load_weights_ANN(), predict_ANN(), save_weights_ANN(), start_invert_differencing()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.