array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-set-quickprop-mu.php', 1 => 'fann_set_quickprop_mu', 2 => 'Sets the quickprop mu factor', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-set-quickprop-decay.php', 1 => 'fann_set_quickprop_decay', ), 'next' => array ( 0 => 'function.fann-set-rprop-decrease-factor.php', 1 => 'fann_set_rprop_decrease_factor', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-quickprop-mu.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_quickprop_mu

(PECL fann >= 1.0.0)

fann_set_quickprop_muSets the quickprop mu factor

Beschreibung

fann_set_quickprop_mu(resource $ann, float $quickprop_mu): bool

Sets the quickprop mu factor.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

quickprop_mu

The mu factor.

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.

Siehe auch