CakeFest 2024: The Official CakePHP Conference

fann_get_network_type

(PECL fann >= 1.0.0)

fann_get_network_type获取所创建的神经网络类型。

说明

fann_get_network_type(resource $ann): int

获取所创建的神经网络的类型。

参数

ann

神经网络 资源

返回值

成功,则返回网络类型 常量, 错误则返回 false .

add a note

User Contributed Notes

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