php8.5
Home/ Manual/ fann / functions/ fann_get_MSE

fann_get_MSE

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Reads the mean square error from the network

Description

fann_get_MSE(resource $ann): float

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.

Parameters

ann

Description

Return Values

The mean square error, or false on error.

See Also

Source: reference/fann/functions/fann-get-mse.xml · from the official PHP manual (php/doc-en)