Function fann_sys::fann_cascadetrain_on_file [] [src]

pub unsafe extern "C" fn fann_cascadetrain_on_file(
    ann: *mut fann,
    filename: *const c_char,
    max_neurons: c_uint,
    neurons_between_reports: c_uint,
    desired_error: c_float
)

Does the same as fann_cascadetrain_on_data, but reads the training data directly from a file.

See also

fann_cascadetrain_on_data

This function appears in FANN >= 2.0.0.