array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-print-error.php', 1 => 'fann_print_error', 2 => 'Prints the error string', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-num-output-train-data.php', 1 => 'fann_num_output_train_data', ), 'next' => array ( 0 => 'function.fann-randomize-weights.php', 1 => 'fann_randomize_weights', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-print-error.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_print_error

(PECL fann >= 1.0.0)

fann_print_errorPrints the error string

Beschreibung

fann_print_error(resource $errdat): void

Prints the error string.

Parameter-Liste

errdat

Entweder eine Ressource eines neuralen Netzwerks oder Ressource mit Trainingsdaten.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch