fann_sys::fann_get_bias_array [] [src]

pub unsafe extern fn fann_get_bias_array(ann: *const fann, bias: *mut c_uint)

Get the number of bias in each layer in the network.

Parameters

  • ann - A previously created neural network structure of type fann pointer.

The bias array must be preallocated to accommodate at least fann_num_layers items.

This function appears in FANN >= 2.1.0.