Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17676 программистов и 1734 робота. Сейчас ищут 1356 программистов ...
fann_set_weight - Set a connection in the network
Вернуться к: Fann Функции
fann_set_weight
(PECL fann >= 1.0.0)
fann_set_weight — Set a connection in the network
Описание
bool fann_set_weight
( resource
$ann
, int $from_neuron
, int $to_neuron
, float $weight
)Set a connections in the network.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
-
from_neuron
-
The neuron where the connection starts
-
to_neuron
-
The neuron where the connection ends
-
weight
-
Connection weight
Возвращаемые значения
Возвращает TRUE
в случае успешного выполнения, или FALSE
в противном случае.
Вернуться к: Fann Функции