fann_set_error_log

PECL fann >= 1.0.0
fann_set_error_log - Sets where the errors are logged to
Manual

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.

Function fann_set_error_log:

  • Manual

FANN (Fast Artificial Neural Network) Functions

Most used PHP functions