Fann 함수 목록
PHP Manual

fann_scale_output

(PECL fann >= 1.0.0)

fann_scale_outputScale data in output vector before feed it to ann based on previously calculated parameters

설명

bool fann_scale_output ( resource $ann , array $output_vector )

Scale data in output vector before feed it to ann based on previously calculated parameters.

인수

ann

Neural network resource.

output_vector

Output vector that will be scaled

반환값

Returns TRUE on success, or FALSE otherwise.

참고


Fann 함수 목록
PHP Manual