(PECL fann >= 1.0.0)
fann_test_data — Test a set of training data and calculates the MSE for the training data
$ann
, resource $data
): floatTest a set of training data and calculates the MSE for the training data.
This function updates the MSE and the bit fail values.
ann
resource da rede neural.
data
resource dos dados de treinamento da rede neural.
The updated MSE, or false
on error.