Function in charge of reporting the behavior of the network training. The users should modify this function according to their needs.
training.report(net,P,T, idx.show, error.criterium)
Neural Network to train.
Training set input values.
Training set output values
Current show index.
Criterium used to measure the goodness of fit.
This function does not return any value. Just useful for printing and plotting.
Simon Haykin. Neural Networks -- a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.