(PECL fann >= 1.0.0)
Get the number of bias in each layer in the network
array fann_get_bias_array ( resource $ann )
Get the number of bias in each layer in the network.
Parameters:
ann
Neural network resource.
Returns:
An array of numbers of bias in each layer
Please login to continue.