array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.fann-set-sarprop-step-error-shift.php', 1 => 'fann_set_sarprop_step_error_shift', 2 => 'Sets the sarprop step error shift', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann İşlevleri', ), 'prev' => array ( 0 => 'function.fann-set-rprop-increase-factor.php', 1 => 'fann_set_rprop_increase_factor', ), 'next' => array ( 0 => 'function.fann-set-sarprop-step-error-threshold-factor.php', 1 => 'fann_set_sarprop_step_error_threshold_factor', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-sarprop-step-error-shift.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_sarprop_step_error_shift

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_shiftSets the sarprop step error shift

Açıklama

fann_set_sarprop_step_error_shift(resource $ann, float $sarprop_step_error_shift): bool

Sets the sarprop step error shift.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

sarprop_step_error_shift

The sarprop step error shift.

Dönen Değerler

Başarı durumunda true yoksa falsedöner.

Notlar

Bilginize:

Bu işlev sadece fann eklentisi libfann >= 2.2 ile derlenmişse kullanılabilir.

Ayrıca Bakınız