PHP 日本研討會 2024

fann_set_sarprop_step_error_shift

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_shift設定 sarprop 步階誤差偏移

描述

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

設定 sarprop 步階誤差偏移。

參數

ann

神經網路 resource

sarprop_step_error_shift

sarprop 步階誤差偏移。

回傳值

成功時回傳 true,失敗時回傳 false

注意

注意:

只有在 fann 擴充套件是針對 libfann >= 2.2 編譯時,此函式才可用。

參見

新增註解

使用者貢獻的註解

此頁面目前沒有使用者貢獻的註解。
To Top