FANN fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factor — RPROP 훈련 중에 사용된 증가 계수를 반환합니다.


설명

fann_get_rprop_decrease_factor(resource $ann): float

감소 인자는 1보다 작은 값으로, RPROP 훈련 중 단계 크기를 줄이는 데 사용됩니다.

기본 감소 계수는 0.5입니다.


매개변수

ann
신경망 리소스.

반환 값

감소 계수 또는 오류 시 false입니다.


기타