pub unsafe extern "C" fn fann_descale_train(
    ann: *mut fann,
    data: *mut fann_train_data
)
Expand description

Descale input and output data based on previously calculated parameters.

§Parameters

  • ann - ann for which trained parameters were calculated before
  • data - training data that needs to be descaled

§See also

fann_scale_train, fann_set_scaling_params

This function appears in FANN >= 2.1.0