array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.fann-get-train-error-function.php', 1 => 'fann_get_train_error_function', 2 => 'Returns the error function used during training', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Функції Fann', ), 'prev' => array ( 0 => 'function.fann-get-total-neurons.php', 1 => 'fann_get_total_neurons', ), 'next' => array ( 0 => 'function.fann-get-train-stop-function.php', 1 => 'fann_get_train_stop_function', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-train-error-function.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_get_train_error_function

(PECL fann >= 1.0.0)

fann_get_train_error_functionReturns the error function used during training

Опис

fann_get_train_error_function(resource $ann): int

Returns the error function used during training.

The error functions are described further in error functions constants.

The default error function is FANN_ERRORFUNC_TANH.

Параметри

ann

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

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

The error function constant, or false on error.

Прогляньте також