Fann Funções
PHP Manual

fann_set_weight

(PECL fann >= 1.0.0)

fann_set_weightSet a connection in the network

Descrição

bool fann_set_weight ( resource $ann , int $from_neuron , int $to_neuron , float $weight )

Set a connections in the network.

Parâmetros

ann

resource da rede neural.

from_neuron

The neuron where the connection starts

to_neuron

The neuron where the connection ends

weight

Connection weight

Valor Retornado

Retorna TRUE no sucesso ou FALSE em outros casos.


Fann Funções
PHP Manual