fann_set_weight_array
(PECL fann >= 1.0.0)
fann_set_weight_array — Set connections in the network
Beschreibung
$ann
, array $connections
): boolSet 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.