fann_sys::fann_create_from_file
[−]
[src]
pub unsafe extern fn fann_create_from_file(configuration_file: *const c_char) -> *mut fann
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.