mlp_check_inout: Check validity of inputs and outputs

Description Usage Arguments Value

View source: R/mlp_net.R

Description

Check validity of inputs and outputs

Usage

1
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.


FCNN4R documentation built on May 29, 2017, 4:26 p.m.