fann_sys::fann_train_on_file [] [src]

pub unsafe extern fn fann_train_on_file(ann: *mut fann, filename: *const c_char, max_epochs: c_uint, epochs_between_reports: c_uint, desired_error: c_float)

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

See also

fann_train_on_data

This function appears in FANN >= 1.0.0.