| as_MLP_X | R Documentation |
Features (X) data format for SLP/MLP
as_MLP_X(x)
x |
A feature data set, usually a matrix or data frame. |
A two-dimensional array of the feature matrix x.
as_MLP_Y.
Other Single & Multi Layer Perceptron (SLP, MLP):
as_MLP_Y(),
as_tensor_1d(),
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.