Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18662 программиста и 1739 роботов. Сейчас ищут 1554 программиста ...
fann_set_cascade_activation_functions - Sets the array of cascade candidate activation functions
Вернуться к: Fann Функции
fann_set_cascade_activation_functions
(PECL fann >= 1.0.0)
fann_set_cascade_activation_functions — Sets the array of cascade candidate activation functions
Описание
bool fann_set_cascade_activation_functions
( resource
$ann
, array $cascade_activation_functions
)Sets the array of cascade candidate activation functions.
See fann_get_cascade_num_candidates() for a description of which candidate neurons will be generated by this array.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
-
cascade_activation_functions
-
The array of cascade candidate activation functions.
Возвращаемые значения
Возвращает TRUE
в случае успешного выполнения, или FALSE
в противном случае.
Смотрите также
- fann_get_cascade_activation_functions_count() - Returns the number of cascade activation functions
- fann_set_cascade_activation_functions()
Вернуться к: Fann Функции