Fann Funciones
PHP Manual

fann_set_weight_array

(PECL fann >= 1.0.0)

fann_set_weight_arraySet connections in the network

Descripción

bool fann_set_weight_array ( resource $ann , array $connections )

Set connections in the network.

Only the weights can be changed, connections and weights are ignored if they do not already exist in the network.

Parámetros

ann

resource de red neuronal.

connections

An array of FANNConnection objects

Valores devueltos

Devuelve TRUE en caso de éxito, o FALSE de lo contrario.


Fann Funciones
PHP Manual