update : 2015.11.03
php.shukuma.com

검색:
 
 
Set a connection in the network

fann_set_weight

(PECL fann >= 1.0.0)

fann_set_weightSet 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.

인수

ann

Neural network resource.

from_neuron

The neuron where the connection starts

to_neuron

The neuron where the connection ends

weight

Connection weight

반환값

Returns TRUE on success, or FALSE otherwise.