array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-set-weight-array.php', 1 => 'fann_set_weight_array', 2 => 'Set connections in the network', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-set-weight.php', 1 => 'fann_set_weight', ), 'next' => array ( 0 => 'function.fann-shuffle-train-data.php', 1 => 'fann_shuffle_train_data', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-weight-array.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_weight_array

(PECL fann >= 1.0.0)

fann_set_weight_arraySet connections in the network

Beschreibung

fann_set_weight_array(resource $ann, array $connections): bool

Set connections in the network.

Only the weights can be changed, connections and weights are ignored if they do not already exist in the network.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

connections

An array of FANNConnection objects

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.