Man Page: fann_set_rprop_decrease_factor
Operating Environment: php
Section: 3
FANN_SET_RPROP_DECREASE_FACTOR(3) 1 FANN_SET_RPROP_DECREASE_FACTOR(3) fann_set_rprop_decrease_factor - Sets the decrease factor used during RPROP trainingSYNOPSISbool fann_set_rprop_decrease_factor (resource $ann, float $rprop_decrease_factor)DESCRIPTIONSets the decrease factor used during RPROP training.PARAMETERSo $ann -Neural network resource. o $rprop_decrease_factor - The decrease factor.RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_get_rprop_decrease_factor(3). PHP Documentation Group FANN_SET_RPROP_DECREASE_FACTOR(3)