(PECL fann >= 1.0.0)
Sets the quickprop decay factor
bool fann_set_quickprop_decay ( resource $ann, float $quickprop_decay )
Sets the quickprop decay factor.
Parameters:
ann
Neural network resource.
quickprop_decay
The quickprop decay factor.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.