fann_set_weight_array
Set connections in the network
Beschreibung
bool fann_set_weight_array
( resource $ann
, array $connections
)
Only the weights can be changed, connections and weights are ignored if they do not already exist in the network.
Parameter-Liste
-
ann
-
Resource eines neuralen Netzwerks.
-
connections
-
An array of FANNConnection objects
Rückgabewerte
Gibt TRUE bei Erfolg, sonst FALSE zurück.