Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18507 программистов и 1740 роботов. Сейчас ищут 1308 программистов ...
fann_get_cascade_num_candidate_groups - Returns the number of candidate groups
Вернуться к: Fann Функции
fann_get_cascade_num_candidate_groups
(PECL fann >= 1.0.0)
fann_get_cascade_num_candidate_groups — Returns the number of candidate groups
Описание
int fann_get_cascade_num_candidate_groups
( resource
$ann
)The number of candidate groups is the number of groups of identical candidates which will be used during training.
This number can be used to have more candidates without having to define new parameters for the candidates.
See fann_get_cascade_num_candidates() for a description of which candidate neurons will be generated by this parameter.
The default number of candidate groups is 2.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
The number of candidate groups, or FALSE
on error.
Вернуться к: Fann Функции