nunits | R Documentation |
Number of units within an array
nunits(a)
a |
An array. |
The number of units is stored in the last dimension of a
.
What a unit is or what it stands for is determined by the context. Usually, a unit is an attribute (feature or outcome).
In the context of image processing, a unit on feature side represents a color channel.
Number of units.
Other Single & Multi Layer Perceptron (SLP, MLP):
as_MLP_X()
,
as_MLP_Y()
,
as_tensor_1d()
,
as_tensor_2d()
,
as_tensor_3d()
,
build_MLP()
,
fit_MLP()
,
load_weights_ANN()
,
nsamples()
,
nsubsequences()
,
ntimesteps()
,
predict_ANN()
,
save_weights_ANN()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.