(PECL fann >= 1.0.0)
Get the number of layers in the neural network
int fann_get_num_layers ( resource $ann )
Get the number of layers in the neural network.
Parameters:
ann
Neural network resource.
Returns:
The number of leayers in the neural network, or FALSE
on error.
Please login to continue.