FANN_GET_TRAIN_STOP_FUNCTION(3) 1 FANN_GET_TRAIN_STOP_FUNCTION(3)
fann_get_train_stop_function - Returns the stop function used during training
SYNOPSIS
int fann_get_train_stop_function (resource $ann)
DESCRIPTION
Returns the stop function used during training.
The stop functions are described further in stop functions constants.
The default stop function is FANN_STOPFUNC_MSE.
PARAMETERS
o $ann
-Neural network resource.
RETURN VALUES
The stop function constant, or FALSE on error.
SEE ALSO
fann_set_train_stop_function(3).
PHP Documentation Group FANN_GET_TRAIN_STOP_FUNCTION(3)