©
本文档使用
php中文网手册 发布
(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
)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.