as_tensor_1D: Transform data into a 1D tensor

as_tensor_1dR Documentation

Transform data into a 1D tensor

Description

Transform data into a 1D tensor

Usage

as_tensor_1d(data, order = c("C", "F"))

Arguments

data

The data to be reshaped to a one-dimensional tensor.

order

The order in which elements of data should be read during flattening.

Value

A one-dimensional array.

See Also

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()


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