(PECL fann >= 1.0.0)
fann_set_weight — Set a connection in the network
$ann
, int $from_neuron
, int $to_neuron
, float $weight
) : boolSet a connections in the network.
annresource a unei rețele neuronale.
from_neuronThe neuron where the connection starts
to_neuronThe neuron where the connection ends
weightConnection weight
Întoarce TRUE în caz de succes, sau FALSE în caz contrar.