Query: fann_get_train_error_function
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_TRAIN_ERROR_FUNCTION(3) 1 FANN_GET_TRAIN_ERROR_FUNCTION(3) fann_get_train_error_function - Returns the error function used during trainingSYNOPSISint fann_get_train_error_function (resource $ann)DESCRIPTIONReturns the error function used during training. The error functions are described further in error functions constants. The default error function is FANN_ERRORFUNC_TANH.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe error function constant, or FALSE on error.SEE ALSOfann_set_train_error_function(3). PHP Documentation Group FANN_GET_TRAIN_ERROR_FUNCTION(3)