PHP 日本研討會 2024

fann_set_train_stop_function

(PECL fann >= 1.0.0)

fann_set_train_stop_function設定訓練期間使用的停止函數

說明

fann_set_train_stop_function(資源 $ann, int $stop_function): bool

設定訓練期間使用的停止函數。

停止函數在停止函數常數中進一步說明。

參數

ann

神經網路資源

stop_function

停止函數常數。

回傳值

成功時回傳 true,否則回傳 false

參見

新增註解

使用者貢獻的註解

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