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
в противном случае.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Другие базовые расширения
- FANN (Fast Artificial Neural Network)
- Функция FANNConnection::__construct() - The connection constructor
- Функция FANNConnection::getFromNeuron() - Returns the postions of starting neuron.
- Функция FANNConnection::getToNeuron() - Returns the postions of terminating neuron
- Функция FANNConnection::getWeight() - Returns the connection weight
- Функция FANNConnection::setWeight() - Sets the connections weight
Коментарии
404 Not Found