fann_get_MSE
Reads the mean square error from the network
説明
float fann_get_MSE(resource $ann
)
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.
パラメータ
-
ann
-
ニューラルネットワークリソース。
戻り値
The mean square error, or false
on error.