parent root
PHP: fann_set_error_log - Manual

fann_set_error_log

(PECL fann >= 1.0.0)

fann_set_error_logSets where the errors are logged to

Description

fann_set_error_log ( resource $errdat , string $log_file ) : void

Sets where the errors are logged to.

Parameters

errdat

Either neural network resource or neural network trainining data resource.

log_file

The log file path.

Return Values

No value is returned.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root