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

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.