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

fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_threshold_factorSets the sarprop step error threshold factor

Açıklama

fann_set_sarprop_step_error_threshold_factor(resource $ann, float $sarprop_step_error_threshold_factor): bool

Sets the sarprop step error threshold factor.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

sarprop_step_error_threshold_factor

The sarprop step error threshold factor.

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