ntimesteps | R Documentation |
Number of timesteps within an array
ntimesteps(a)
a |
An array. |
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.
Number of timesteps.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.