update : 2015.11.03
php.shukuma.com검색:
|
fann_test(PECL fann >= 1.0.0) fann_test — Test with a set of inputs, and a set of desired outputs 설명
bool fann_test
( resource
$ann
, array $input
, array $desired_output
)Test with a set of inputs, and a set of desired outputs. This operation updates the mean square error, but does not change the network in any way. 인수
반환값Returns 참고
|