fann_get_errstr

Name

fann_get_errstr -- Return the last error.

Description

char * fann_get_errstr(struct fann_error * errdat);

Returns the last error.

Note: This will reset the network's error- any subsequent calls to fann_get_errno or fann_get_errstr will yield 0 and NULL, respectively.

This function appears in FANN >= 1.1.0.


SourceForge.net Logo