©
本文档使用
php.cn手册 发布
(PECL fann >= 1.0.0)
fann_set_learning_rate — Sets the learning rate
$ann
, float $learning_rate
)Sets the learning rate.
More info available in fann_get_learning_rate() .
ann
Neural network resource .
learning_rate
The learning rate.
Returns TRUE
on success, or FALSE
otherwise.