FCNN4R (version 0.6.2)

mlp_check_inout: Check validity of inputs and outputs

Description

Check validity of inputs and outputs

Usage

mlp_check_inout(net, input, output = NULL, i = NULL)

Arguments

net
an object of mlp_net class
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

Value

This function does not return.