array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.fann-get-num-layers.php', 1 => 'fann_get_num_layers', 2 => 'Get the number of layers in the neural network', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Функції Fann', ), 'prev' => array ( 0 => 'function.fann-get-num-input.php', 1 => 'fann_get_num_input', ), 'next' => array ( 0 => 'function.fann-get-num-output.php', 1 => 'fann_get_num_output', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-num-layers.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_get_num_layers

(PECL fann >= 1.0.0)

fann_get_num_layersGet the number of layers in the neural network

Опис

function fann_get_num_layers(resource $ann): int

Get the number of layers in the neural network.

Параметри

ann

Ресурс (resource) нейронної мережі.

Значення, що повертаються

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