FANN fann_set_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_set_rprop_decrease_factor — RPROP 훈련 중에 사용되는 감소 계수를 설정합니다.


설명

fann_set_rprop_decrease_factor(resource $ann, float $rprop_decrease_factor): bool

RPROP 훈련 중에 사용되는 감소 계수를 설정합니다.


매개변수

ann
신경망 리소스.
rprop_decrease_factor
The decrease factor.

반환 값

성공하면 true를 반환하고 그렇지 않으면 false를 반환합니다.


기타