Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18080 программистов и 1743 робота. Сейчас ищут 1274 программиста ...
fann_get_MSE - Reads the mean square error from the network
Вернуться к: Fann Функции
fann_get_MSE
(PECL fann >= 1.0.0)
fann_get_MSE — Reads the mean square error from the network
Описание
float fann_get_MSE
( resource
$ann
)Reads the mean square error from the network.
Reads the mean square error from the network. This value is calculated during training or testing and can therefore sometimes be a bit off if the weights have been changed since the last calculation of the value.
Список параметров
-
ann
-
Ресурс (resource) нейронной сети.
Возвращаемые значения
The mean square error, or FALSE
on error.
Смотрите также
- fann_test_data() - Test a set of training data and calculates the MSE for the training data
Вернуться к: Fann Функции