(PECL fann >= 1.0.0)
Set a connection in the network
bool fann_set_weight ( resource $ann, int $from_neuron, int $to_neuron, float $weight )
Set a connections in the network.
Parameters:
ann
Neural network resource.
from_neuron
The neuron where the connection starts
to_neuron
The neuron where the connection ends
weight
Connection weight
Returns:
Returns TRUE
on success, or FALSE
otherwise.
Please login to continue.