pub unsafe extern "C" fn fann_descale_input(
    ann: *mut fann,
    input_vector: *mut fann_type
)
Expand description

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

§Parameters

  • ann - for which scaling parameters were calculated
  • input_vector - input vector that will be descaled

§See also

fann_scale_input, fann_descale_output

This function appears in FANN >= 2.1.0