float fann_get_MSE(struct fann * ann);
Reads the mean square error from the network. This value is calculated during training or testing, and can therefore sometimes be a bit off if the weights have been changed since the last calculation of the value.
This function appears in FANN >= 1.1.0. (before this
fann_get_error
is used)