fann_set_train_stop_function

(PECL fann >= 1.0.0)

fann_set_train_stop_function設(shè)置訓(xùn)練期間使用的停止函數(shù)。

說明

fann_set_train_stop_function(resource $ann, int $stop_function): bool

設(shè)置訓(xùn)練期間使用的停止函數(shù)。

停止函數(shù)更多詳情,參見 stop functions 常量。

參數(shù)

ann

神經(jīng)網(wǎng)絡(luò) 資源

stop_function

stop function 常量。

返回值

成功時(shí)返回 true,其它情況下返回 false。

參見