fann_get_num_layers
PHP Manual
PHP Manual»Fann Functions»fann_get_num_layers

fann_get_num_layers

(PECL fann >= 1.0.0)

fann_get_num_layersGet the number of layers in the neural network

Description

function fann_get_num_layers(resource $ann): int

Get the number of layers in the neural network.

Parameters

ann
Neural network resource.

Return Values

The number of layers in the neural network, or false on error.

To Top