(PECL fann >= 1.0.0)
fann_set_weight — Set a connection in the network
$ann
, int $from_neuron
, int $to_neuron
, float $weight
)Set a connections in the network.
ann
ニューラルネットワークリソース。
from_neuron
The neuron where the connection starts
to_neuron
The neuron where the connection ends
weight
Connection weight
成功した場合に TRUE
、それ以外の場合に FALSE
を返します。