fann_print_error
PHP Manual
PHP Manual»Fann Funzioni»fann_print_error

fann_print_error

(PECL fann >= 1.0.0)

fann_print_errorPrints the error string

Descrizione

function fann_print_error(resource $errdat): void

Prints the error string.

Elenco dei parametri

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

Valori restituiti

No value is returned.

Vedere anche:

To Top