fann_get_errstr
PHP Manual
PHP Manual»Fann Funzioni»fann_get_errstr

fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstrReturns the last errstr

Descrizione

function fann_get_errstr(resource $errdat): string

Returns the last errstr.

Elenco dei parametri

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

Valori restituiti

The last error string, or false on error.

Vedere anche:

To Top