pub unsafe extern "C" fn fann_scale_train_data(
    train_data: *mut fann_train_data,
    new_min: fann_type,
    new_max: fann_type
)
Expand description

Scales the inputs and outputs in the training data to the specified range.

§See also

fann_scale_output_train_data, fann_scale_input_train_data

This function appears in FANN >= 2.0.0.