FANN_GET_BIT_FAIL(3)							 1						      FANN_GET_BIT_FAIL(3)

fann_get_bit_fail - The number of fail bits

SYNOPSIS
int fann_get_bit_fail (resource $ann) DESCRIPTION
The number of fail bits; means the number of output neurons which differ more than the bit fail limit (see fann_get_bit_fail_limit(3), fann_set_bit_fail_limit(3)). The bits are counted in all of the training data, so this number can be higher than the number of training data. This value is reset by fann_reset_MSE(3) and updated by all the same functions which also updates the MSE value (e.g. fann_test_data(3), fann_train_epoch(3)) PARAMETERS
o $ann -Neural network resource. RETURN VALUES
The number of bits fail, or FALSE on error. SEE ALSO
fann_get_MSE(3), fann_reset_MSE(3), fann_test_data(3), fann_train_epoch(3), fann_get_bit_fail_limit(3), fann_set_bit_fail_limit(3). PHP Documentation Group FANN_GET_BIT_FAIL(3)