(PECL fann >= 1.0.0)
fann_descale_input — Scale data in input vector after get it from ann based on previously calculated parameters
$ann
   , array $input_vector
   )Scale data in input vector after get it from ann based on previously calculated parameters.
ann
    Neural network resource.
input_vector
    Input vector that will be descaled
Returns TRUE on success, or FALSE otherwise.