fann_test_data
Test a set of training data and calculates the MSE for the training data
Description
float fann_test_data
( resource $ann
, resource $data
)
This function updates the MSE and the bit fail values.
Parameters
-
ann
-
Neural network resource.
-
data
-
Neural network training data resource.
Return Values
The updated MSE, or FALSE
on error.
See Also
- fann_train_on_data
- fann_train_epoch
- fann_get_bit_fail
- fann_get_MSE
- fann_set_training_algorithm