as_tensor_1d | R Documentation |
Transform data into a 1D tensor
as_tensor_1d(data, order = c("C", "F"))
data |
The data to be reshaped to a one-dimensional tensor. |
order |
The order in which elements of |
A one-dimensional array.
flatten
.
Other Single & Multi Layer Perceptron (SLP, MLP):
as_MLP_X()
,
as_MLP_Y()
,
as_tensor_2d()
,
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.