Fann 函数
PHP Manual

fann_set_error_log

(PECL fann >= 1.0.0)

fann_set_error_logSets where the errors are logged to

说明

void fann_set_error_log ( resource $errdat , string $log_file )

Sets where the errors are logged to.

参数

errdat

Either neural network resource or neural network trainining data resource.

log_file

The log file path.

返回值

No value is returned.


Fann 函数
PHP Manual