update : 2015.11.03
php.shukuma.com

검색:
 
 
Test a set of training data and calculates the MSE for the training 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

설명

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.

인수

ann

Neural network resource.

data

Neural network training data resource.

반환값

The updated MSE, or FALSE on error.

참고