Php/docs/function.fann-print-error

From Get docs
Revision as of 07:31, 9 December 2020 by Notes (talk | contribs) (autoload)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

fann_print_error

(PECL fann >= 1.0.0)

fann_print_errorPrints the error string


Description

fann_print_error ( resource $errdat ) : void

Prints the error string.


Parameters

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


Return Values

No value is returned.


See Also