fann_sys::fann_get_connection_array
[−]
[src]
pub unsafe extern fn fann_get_connection_array(ann: *const fann, connections: *mut fann_connection)
Get the connections in the network.
Parameters
ann
- A previously created neural network structure of typefann
pointer.
The connections array must be preallocated to accommodate at least
fann_get_total_connections
items.
This function appears in FANN >= 2.1.0.