FANNConnection::setWeight

(PECL fann >= 1.0.0)

FANNConnection::setWeight設(shè)置連接權(quán)重。

說明

public FANNConnection::setWeight(float $weight): bool

設(shè)置連接權(quán)重。

該方法不同于 fann_set_weight() 方法. 該方法不會(huì)網(wǎng)絡(luò)中的權(quán)重值。只有當(dāng)調(diào)用了 fann_set_weight_array() 方法后網(wǎng)絡(luò)中的權(quán)重值才會(huì)更改。

參數(shù)

weight

連接權(quán)重。

返回值

成功時(shí)返回 true,其它情況下返回 false。