FANNConnection::setWeight
(PECL fann >= 1.0.0)
FANNConnection::setWeight — Sets the connections weight
Beschreibung
$weight
): voidSets 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().
Parameter-Liste
-
weight
-
The connection weight.
Rückgabewerte
Es wird kein Wert zurückgegeben.