array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.fann-set-rprop-delta-max.php', 1 => 'fann_set_rprop_delta_max', 2 => 'Sets the maximum step-size', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann İşlevleri', ), 'prev' => array ( 0 => 'function.fann-set-rprop-decrease-factor.php', 1 => 'fann_set_rprop_decrease_factor', ), 'next' => array ( 0 => 'function.fann-set-rprop-delta-min.php', 1 => 'fann_set_rprop_delta_min', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-rprop-delta-max.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_rprop_delta_max

(PECL fann >= 1.0.0)

fann_set_rprop_delta_maxSets the maximum step-size

Açıklama

fann_set_rprop_delta_max(resource $ann, float $rprop_delta_max): bool

The maximum step-size is a positive number determining how large the maximum step-size may be.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

rprop_delta_max

The maximum step-size.

Dönen Değerler

Başarı durumunda true yoksa falsedöner.

Ayrıca Bakınız