Query: fann_get_mse
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_MSE(3) 1 FANN_GET_MSE(3) fann_get_MSE - Reads the mean square error from the networkSYNOPSISfloat fann_get_MSE (resource $ann)DESCRIPTIONReads the mean square error from the network. 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.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe mean square error, or FALSE on error.SEE ALSOfann_test_data(3). PHP Documentation Group FANN_GET_MSE(3)
| Related Man Pages |
|---|
| fann_get_cascade_num_candidates(3) - php |
| fann_get_bit_fail(3) - php |
| fann_get_cascade_candidate_stagnation_epochs(3) - php |
| fann_train_epoch(3) - php |
| fann_train_on_file(3) - php |