This function calculates the output values of the neural network for a given data set. Various versions are provided according to different degrees of C code conversion. The sim.MLPnet function is the latest and quickest.
sim(net,P,...)
#sim.MLPnet(net,P,...)
Currently, the parameters below are accepted.
Neural Network to simulate.
Data Set input values.
This function returns a matrix containing the output values of the neural network for the given data set.
Simon Haykin. Neural Networks -- a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.