fann_set_sarprop_weight_decay_shift

(PECL fann >= 1.0.0)

fann_set_sarprop_weight_decay_shift設置 sarprop 算法的權重衰減偏移值

說明

fann_set_sarprop_weight_decay_shift(resource $ann, float $sarprop_weight_decay_shift): bool

設置 sarprop 算法的權重衰減偏移值。

參數

ann

神經網絡 資源。

sarprop_weight_decay_shift

sarprop 算法的權重衰減偏移值。

返回值

成功時返回 true,其它情況下返回 false。

參見