(PECL fann >= 1.0.0)
Sets the connections weight
public bool FANNConnection::setWeight ( float $weight )
Sets the connection weight.
This method is different than fann_set_weight(). It does not update the weight value in the network. The network value is updated only after calling fann_set_weight_array().
Parameters:
weight
The connection weight.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
Please login to continue.