fann_set_weight
(PECL fann >= 1.0.0)
fann_set_weight — Set a connection in the network
説明
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
+add a note
User Contributed Notes
There are no user contributed notes for this page.