Description Usage Arguments Value
Check validity of inputs and outputs
1 | mlp_check_inout(net, input, output = NULL, i = NULL)
|
net |
an object of |
input |
numeric matrix, each row corresponds to one input vector, the number of columns must be equal to the number of neurons in the network input layer |
output |
numeric matrix with rows corresponding to expected outputs, the number of columns must be equal to the number of neurons in the network output layer, the number of rows must be equal to the number of input rows |
i |
data row index |
This function does not return.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.