fann_set_error_log
PHP Manual
PHP Manual»Fann Funzioni»fann_set_error_log

fann_set_error_log

(PECL fann >= 1.0.0)

fann_set_error_logSets where the errors are logged to

Descrizione

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

Sets where the errors are logged to.

Elenco dei parametri

errdat
Either neural network resource or neural network trainining data resource.
log_file

The log file path.

Valori restituiti

No value is returned.

To Top