Php/docs/function.fann-get-rprop-decrease-factor

提供:Dev Guides
< Php
2020年12月14日 (月) 10:07時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factorReturns the increase factor used during RPROP training


説明

fann_get_rprop_decrease_factor ( resource $ann ) : float

The decrease factor is a value smaller than 1, which is used to decrease the step-size during RPROP training.

The default decrease factor is 0.5.


パラメータ

ann
ニューラルネットワークリソース。


返り値

The decrease factor, or false on error.


参考