FCNN4R (version 0.6.2)

mlp_eval: Evaluation

Description

Evaluate network output.

Usage

mlp_eval(net, input)

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

Value

Numeric matrix with rows representing network outputs corresponding to input rows.