PHP 8.3.4 Released!

fann_copy

(PECL fann >= 1.0.0)

fann_copyCreates a copy of a fann structure

説明

fann_copy(resource $ann): resource

Creates a copy of a fann structure.

パラメータ

ann

ニューラルネットワークリソース。

戻り値

Returns a copy of neural network resource on success, or false on error

注意

注意:

この関数は、fann拡張モジュールが libfann > 2.2 以上でビルドされている場合にだけ利用可能です。

参考

  • fann_test() - Test with a set of inputs, and a set of desired outputs

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top