Function fann_sys::fann_scale_input

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

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

§Parameters

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

§See also

fann_descale_input, fann_scale_output

This function appears in FANN >= 2.1.0