fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstrReturns the last errstr

説明

fann_get_errstr(resource$errdat): string

Returns the last errstr.

パラメータ

errdat

ニューラルネットワークリソースあるいはニューラルネットワークトレーニングリソース。

戻り値

The last error string, or false on error.

参考

To Top