FANN fann_set_sarprop_temperature
(PECL fann >= 1.0.0)
fann_set_sarprop_temperature — 사프로프 온도를 설정합니다.
설명
fann_set_sarprop_temperature(resource $ann
, float $sarprop_temperature
): bool
사프로프 온도를 설정합니다.
매개변수
ann
- 신경망 리소스.
sarprop_temperature
- The sarprop temperature.
반환 값
성공하면 true
를 반환하고 그렇지 않으면 false
를 반환합니다.
메모
메모: 이 함수는 fann 확장이 libfann >= 2.2에 대해 빌드된 경우에만 사용할 수 있습니다.
기타
- fann_get_sarprop_temperature() - 사프로프 온도를 반환합니다.