fann_set_weight
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Set a connection in the network
Description
fann_set_weight(resource $ann, int $from_neuron, int $to_neuron, float $weight): bool
Set a connections in the network.
Parameters
annDescription
from_neuronThe neuron where the connection starts
to_neuronThe neuron where the connection ends
weightConnection weight