mlp_eval: Evaluation

Description Usage Arguments Value

View source: R/mlp_net.R

Description

Evaluate network output.

Usage

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


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