GoLang fann_set_weight_array

request it (253)
GoLang replacement for PHP's fann_set_weight_array [edit | history]



Do you know a GoLang replacement for PHP's fann_set_weight_array? Write it!

PHP fann_set_weight_array

PHP original manual for fann_set_weight_array [ show | php.net ]

fann_set_weight_array

(PECL fann >= 1.0.0)

fann_set_weight_arraySet connections in the network

Description

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.

Parameters

ann

Neural network resource.

connections

An array of FANNConnection objects

Return Values

Returns TRUE on success, or FALSE otherwise.