FANN fann_set_rprop_delta_min

(PECL fann >= 1.0.0)

fann_set_rprop_delta_min — 최소 단계 크기를 설정합니다.


설명

fann_set_rprop_delta_min(resource $ann, float $rprop_delta_min): bool

최소 단계 크기는 최소 단계 크기가 얼마나 작은지를 결정하는 작은 양수입니다.


매개변수

ann
신경망 리소스.
rprop_delta_min
최소 단계 크기입니다.

반환 값

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


기타