GoLang fann_get_errno

request it (302)
GoLang replacement for PHP's fann_get_errno [edit | history]



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

PHP fann_get_errno

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

fann_get_errno

(PECL fann >= 1.0.0)

fann_get_errnoReturns the last error number

Description

int fann_get_errno ( resource $errdat )

Returns the last error number.

Parameters

errdat

Either neural network resource or neural network trainining data resource.

Return Values

The error number, or FALSE on error.

See Also