(PECL fann >= 1.0.0)
fann_set_quickprop_mu — Sets the quickprop mu factor
$ann
   , float $quickprop_mu
   ) : boolSets the quickprop mu factor.
annNeural network resource.
quickprop_muThe mu factor.
Returns TRUE on success, or FALSE otherwise.