Function fann_sys::fann_descale_output [] [src]

pub unsafe extern "C" fn fann_descale_output(
    ann: *mut fann,
    output_vector: *mut fann_type
)

Scale data in output vector after getting it from the ANN based on previously calculated parameters.

Parameters

  • ann - for which scaling parameters were calculated
  • output_vector - output vector that will be descaled

See also

fann_descale_input, fann_scale_output

This function appears in FANN >= 2.1.0