fann_get_cascade_activation_functions_count

(PECL fann >= 1.0.0)

fann_get_cascade_activation_functions_count返回级联激活函数的数量

说明

fann_get_cascade_activation_functions_count(resource $ann): int

fann_get_cascade_activation_functions() 函数数组的激活函数的数量。

默认激活函数的数量为6.

参数

ann

神经网络 资源

返回值

成功,返回级联激活函数的数量,错误则返回false .

参见

add a note add a note

User Contributed Notes

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