fann_get_MSE

(PECL fann >= 1.0.0)
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.

Parameters:
ann

Neural network resource.

Returns:

The mean square error, or FALSE on error.

See also:

fann_test_data() -

doc_php
2016-02-24 16:05:49
Comments
Leave a Comment

Please login to continue.