(PECL fann >= 1.0.0)
fann_set_weight_array — Set connections in the network
$ann
, array $connections
)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.
annresource a unei rețele neuronale.
connectionsAn array of FANNConnection objects
Întoarce TRUE în caz de succes, sau FALSE în caz contrar.