fann_get_num_layers
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Get the number of layers in the neural network
Description
fann_get_num_layers(resource $ann): int
Get the number of layers in the neural network.
Parameters
annDescription
Return Values
The number of layers in the neural network, or false on error.