fann_reset_MSE
PHP Manual
PHP Manual»Fann Funzioni»fann_reset_MSE

fann_reset_MSE

(PECL fann >= 1.0.0)

fann_reset_MSEResets the mean square error from the network

Descrizione

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.

Elenco dei parametri

ann
Neural network resource.

Valori restituiti

Returns true on success, or false otherwise.

Vedere anche:

To Top