Query: fann_set_rprop_delta_max
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_SET_RPROP_DELTA_MAX(3) 1 FANN_SET_RPROP_DELTA_MAX(3) fann_set_rprop_delta_max - Sets the maximum step-sizeSYNOPSISbool fann_set_rprop_delta_max (resource $ann, float $rprop_delta_max)DESCRIPTIONThe maximum step-size is a positive number determining how large the maximum step-size may be.PARAMETERSo $ann -Neural network resource. o $rprop_delta_max - The maximum step-size.RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_get_rprop_delta_max(3), fann_get_rprop_delta_min(3). PHP Documentation Group FANN_SET_RPROP_DELTA_MAX(3)
Related Man Pages |
---|
fann_train_on_data(3) - php |
fann_set_activation_function(3) - php |
fann_cascadetrain_on_data(3) - php |
fann_get_cascade_candidate_change_fraction(3) - php |
fann_init_weights(3) - php |