| as_tensor_2d | R Documentation |
Transform data into a 2D tensor.
as_tensor_2d(data)
data |
The data to be reshaped to a two-dimensional tensor. |
A two-dimensional array.
Other Single & Multi Layer Perceptron (SLP, MLP):
as_MLP_X(),
as_MLP_Y(),
as_tensor_1d(),
as_tensor_3d(),
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.