Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18475 программистов и 1739 роботов. Сейчас ищут 1333 программиста ...
fann_get_train_stop_function - Returns the stop function used during training
Вернуться к: Fann Функции
fann_get_train_stop_function
(PECL fann >= 1.0.0)
fann_get_train_stop_function — Returns the stop function used during training
Описание
int fann_get_train_stop_function
( resource
$ann
)Returns the stop function used during training.
The stop functions are described further in stop functions constants.
The default stop function is FANN_STOPFUNC_MSE
.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
The stop function constant, or FALSE
on error.
Вернуться к: Fann Функции