fann_set_error_log
Name
fann_set_error_log -- Set the error log to a file descriptor.
Description
void fann_set_error_log(struct fann_error * errdat, FILE * log);
Set the error log to log.
The error log defaults to stderr.
This function appears in FANN >= 1.1.0.