Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18013 программистов и 1741 робот. Сейчас ищут 1263 программиста ...
fann_get_bit_fail - The number of fail bits
Вернуться к: Fann Функции
fann_get_bit_fail
(PECL fann >= 1.0.0)
fann_get_bit_fail — The number of fail bits
Описание
int fann_get_bit_fail
( resource
$ann
)The number of fail bits; means the number of output neurons which differ more than the bit fail limit (see fann_get_bit_fail_limit(), fann_set_bit_fail_limit()). The bits are counted in all of the training data, so this number can be higher than the number of training data.
This value is reset by fann_reset_MSE() and updated by all the same functions which also updates the MSE value (e.g. fann_test_data(), fann_train_epoch())
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
The number of bits fail, or FALSE
on error.
Смотрите также
- fann_get_MSE() - Reads the mean square error from the network
- fann_reset_MSE() - Resets the mean square error from the network
- fann_test_data() - Test a set of training data and calculates the MSE for the training data
- fann_train_epoch() - Train one epoch with a set of training data
- fann_get_bit_fail_limit() - Returns the bit fail limit used during training
- fann_set_bit_fail_limit() - Set the bit fail limit used during training
Вернуться к: Fann Функции