(PECL fann >= 1.0.0)
fann_set_weight — Set a connection in the network
$ann
$from_neuron
$to_neuron
$weight
Set a connections in the network.
ann
Ресурс (resource) нейронної мережі.
from_neuron
The neuron where the connection starts
to_neuron
The neuron where the connection ends
weight
Connection weight
Повертає true у разі успіху або false у разі невдачі.
true
false