Query: fann_descale_output
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_DESCALE_OUTPUT(3) 1 FANN_DESCALE_OUTPUT(3) fann_descale_output - Scale data in output vector after get it from ann based on previously calculated parametersSYNOPSISbool fann_descale_output (resource $ann, array $output_vector)DESCRIPTIONScale data in output vector after get it from ann based on previously calculated parameters.PARAMETERSo $ann -Neural network resource. o $output_vector - Output vector that will be descaledRETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_scale_output(3), fann_descale_input(3). PHP Documentation Group FANN_DESCALE_OUTPUT(3)