Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18043 программиста и 1743 робота. Сейчас ищут 1240 программистов ...
fann_get_cascade_candidate_limit - Return the candidate limit
Вернуться к: Fann Функции
fann_get_cascade_candidate_limit
(PECL fann >= 1.0.0)
fann_get_cascade_candidate_limit — Return the candidate limit
Описание
float fann_get_cascade_candidate_limit
( resource
$ann
)The candidate limit is a limit for how much the candidate neuron may be trained. The limit is a limit on the proportion between the MSE and candidate score.
Set this to a lower value to avoid overfitting and to a higher if overfitting is not a problem.
The default candidate limit is 1000.0.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
The candidate limit, or FALSE
on error.
Вернуться к: Fann Функции