Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17695 программистов и 1736 роботов. Сейчас ищут 1295 программистов ...
FANNConnection::setWeight - Sets the connections weight
Вернуться к: FANNConnection
FANNConnection::setWeight
(PECL fann >= 1.0.0)
FANNConnection::setWeight — 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().
Список параметров
-
weight
-
The connection weight.
Возвращаемые значения
Возвращает TRUE
в случае успешного выполнения, или FALSE
в противном случае.
Вернуться к: FANNConnection