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

fann_get_rprop_delta_min

(PECL fann >= 1.0.0)

fann_get_rprop_delta_minReturns the minimum step-size

Açıklama

fann_get_rprop_delta_min(resource $ann): float

The minimum step-size is a small positive number determining how small the minimum step-size may be.

The default value delta min is 0.0.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

The minimum step-size, or false on error.

Ayrıca Bakınız