ntimesteps: Number of timesteps within an array

View source: R/deepMLP.r

ntimestepsR Documentation

Number of timesteps within an array

Description

Number of timesteps within an array

Usage

ntimesteps(a)

Arguments

a

An array.

Details

The number of timesteps is stored in the second dimension of a three-dimensional a, usually used for a LSTM, or in the third dimension of a four-dimensional a, usually used for a temporal CNN.

Value

Number of timesteps.

See Also

Other Single & Multi Layer Perceptron (SLP, MLP): as_MLP_X(), as_MLP_Y(), as_tensor_1d(), as_tensor_2d(), as_tensor_3d(), build_MLP(), fit_MLP(), load_weights_ANN(), nsamples(), nsubsequences(), nunits(), predict_ANN(), save_weights_ANN()


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