FANN_SET_WEIGHT_ARRAY(3) 1 FANN_SET_WEIGHT_ARRAY(3) fann_set_weight_array - Set connections in the networkSYNOPSISbool fann_set_weight_array (resource $ann, array $connections)DESCRIPTIONSet connections in the network. Only the weights can be changed, connections and weights are ignored if they do not already exist in the network.PARAMETERSo $ann -Neural network resource. o $connections - An array of FANNConnection objectsRETURN VALUESReturns TRUE on success, or FALSE otherwise. PHP Documentation Group FANN_SET_WEIGHT_ARRAY(3)