| as_tensor_3d | R Documentation |
Transform data into a 3D tensor.
as_tensor_3d(data, timesteps = 1L)
data |
The data to be reshaped to a three-dimensional tensor, usually a matrix or data frame. |
timesteps |
The number of timesteps. |
A three-dimensional array.
Other Single & Multi Layer Perceptron (SLP, MLP):
as_MLP_X(),
as_MLP_Y(),
as_tensor_1d(),
as_tensor_2d(),
build_MLP(),
fit_MLP(),
load_weights_ANN(),
nsamples(),
nsubsequences(),
ntimesteps(),
nunits(),
predict_ANN(),
save_weights_ANN()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.