fann_test_data
PHP Manual
PHP Manual»Fann Funzioni»fann_test_data

fann_test_data

(PECL fann >= 1.0.0)

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

Descrizione

function 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.

Elenco dei parametri

ann
Neural network resource.
data
Neural network training data resource.

Valori restituiti

The updated MSE, or false on error.

Vedere anche:

To Top