fann_descale_output
PECL fann >= 1.0.0
fann_descale_output - Scale data in output vector after get it from ann based on previously calculated parameters
Manual
fann_descale_output(
resource$ann,
array$output_vector ): bool
Scale data in output vector after get it from ann based on previously calculated parameters.
Parameters
- ann
-
Neural network resource.
- output_vector
-
Output vector that will be descaled
Return Values
Returns true on success, or false otherwise.