(PECL fann >= 1.0.0)
Sets where the errors are logged to
void fann_set_error_log ( resource $errdat, string $log_file )
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.
Returns:
No value is returned.
Please login to continue.