php8.5
Home/ Manual/ fann / functions/ fann_test_data

fann_test_data

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Test a set of training data and calculates the MSE for the training data

Description

fann_test_data(resource $ann, resource $data): float

Test a set of training data and calculates the MSE for the training data.

This function updates the MSE and the bit fail values.

Parameters

ann

Description

data

Description

Return Values

The updated MSE, or false on error.

See Also

Source: reference/fann/functions/fann-test-data.xml · from the official PHP manual (php/doc-en)