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

Scale data in output vector before feeding it to the ANN based on previously calculated parameters.

§Parameters

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

§See also

fann_descale_output, fann_scale_intput

This function appears in FANN >= 2.1.0