(PECL fann >= 1.0.0)
Resets the mean square error from the network
bool fann_reset_MSE ( string $ann )
Resets the mean square error from the network.
This function also resets the number of bits that fail.
Parameters:
ann
Neural network resource.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.