fann_reset_MSE
PHP Manual
PHP Manual»Функції Fann»fann_reset_MSE

fann_reset_MSE

(PECL fann >= 1.0.0)

fann_reset_MSEResets the mean square error from the network

Опис

function fann_reset_MSE(string $ann): bool

Resets the mean square error from the network.

This function also resets the number of bits that fail.

Параметри

ann

Ресурс (resource) нейронної мережі.

Значення, що повертаються

Повертає true у разі успіху або false у разі невдачі.

Прогляньте також

To Top