GoLang fann_set_error_log

request it (248)
GoLang replacement for PHP's fann_set_error_log [edit | history]



Do you know a GoLang replacement for PHP's fann_set_error_log? Write it!

PHP fann_set_error_log

PHP original manual for fann_set_error_log [ show | php.net ]

fann_set_error_log

(PECL fann >= 1.0.0)

fann_set_error_logSets where the errors are logged to

Description

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.

Return Values

No value is returned.