pub unsafe extern "C" fn fann_create_from_file(
    configuration_file: *const c_char
) -> *mut fann
Expand description

Constructs a backpropagation neural network from a configuration file, which has been saved by fann_save.

§See also

fann_save, fann_save_to_fixed

This function appears in FANN >= 1.0.0.