Fann Funktionen
PHP Manual

fann_test_data

(PECL fann >= 1.0.0)

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

Beschreibung

float fann_test_data ( resource $ann , resource $data )

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

This function updates the MSE and the bit fail values.

Parameter-Liste

ann

Resource eines neuralen Netzwerks.

data

Resource für Trainingsdaten eines neuralen Netzwerks.

Rückgabewerte

The updated MSE, or FALSE on error.

Siehe auch


Fann Funktionen
PHP Manual