CakeFest 2024: The Official CakePHP Conference

fann_copy

(PECL fann >= 1.0.0)

fann_copy创建一个 fann 结构体的副本。

说明

fann_copy(resource $ann): resource

创建一个 fann 结构体的副本。

参数

ann

神经网络 资源

返回值

成功,返回神经网络资源的副本,失败则返回false

注释

注意:

This function is only available if the fann extension has been build against libfann >= 2.2.

参见

  • fann_test() - 使用一组输入和一组期望的输出来测试。

add a note

User Contributed Notes

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