FANN_SET_TRAIN_STOP_FUNCTION(3) 1 FANN_SET_TRAIN_STOP_FUNCTION(3)
fann_set_train_stop_function - Sets the stop function used during training
SYNOPSIS
bool fann_set_train_stop_function (resource $ann, int $stop_function)
DESCRIPTION
Sets the stop function used during training.
The stop functions are described further in stop functions constants.
PARAMETERS
o $ann
-Neural network resource.
o $stop_function
- The stop function constant.
RETURN VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_get_train_stop_function(3).
PHP Documentation Group FANN_SET_TRAIN_STOP_FUNCTION(3)