Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17998 программистов и 1739 роботов. Сейчас ищут 1252 программиста ...
fann_get_bias_array - Get the number of bias in each layer in the network
Вернуться к: Fann Функции
fann_get_bias_array
(PECL fann >= 1.0.0)
fann_get_bias_array — Get the number of bias in each layer in the network
Описание
array fann_get_bias_array
( resource
$ann
)Get the number of bias in each layer in the network.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
An array of numbers of bias in each layer
Вернуться к: Fann Функции