array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-run.php', 1 => 'fann_run', 2 => 'Will run input through the neural network', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-reset-mse.php', 1 => 'fann_reset_MSE', ), 'next' => array ( 0 => 'function.fann-save.php', 1 => 'fann_save', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-run.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_run

(PECL fann >= 1.0.0)

fann_runWill run input through the neural network

Beschreibung

fann_run(resource $ann, array $input): array

Will run input through the neural network, returning an array of outputs, the number of which being equal to the number of neurons in the output layer.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

input

Array of input values

Rückgabewerte

Array of output values, or false on error