(PECL fann >= 1.0.0)
fann_set_rprop_increase_factor — 使用 RPROP 算法训练时,设置增长因子
$ann
, float $rprop_increase_factor
) : bool使用 RPROP 算法训练时,设置增长因子。
ann
Neural network resource.
rprop_increase_factor
增长因子。
Returns TRUE
on success, or FALSE
otherwise.