array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), '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 İşlevleri', ), '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

Açıklama

fann_get_num_layers(resource $ann): int

Get the number of layers in the neural network.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

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