(PECL fann >= 1.0.0)
fann_set_sarprop_weight_decay_shift — 設(shè)置 sarprop 算法的權(quán)重衰減偏移值
$ann
, float $sarprop_weight_decay_shift
): bool設(shè)置 sarprop 算法的權(quán)重衰減偏移值。
ann
神經(jīng)網(wǎng)絡(luò) 資源。
sarprop_weight_decay_shift
sarprop 算法的權(quán)重衰減偏移值。
成功時(shí)返回 true
,其它情況下返回 false
。