PHP 8.1.28 Released!

fann_get_cascade_activation_steepnesses_count

(PECL fann >= 1.0.0)

fann_get_cascade_activation_steepnesses_count激活陡度的数量

说明

fann_get_cascade_activation_steepnesses_count(resource $ann): int

fann_get_cascade_activation_functions() 数组中激活陡度的数量。

默认的激活陡度的数量是 4.

参数

ann

神经网络 资源

返回值

成功返回激活陡度数量,错误,则返回false .

参见

add a note

User Contributed Notes

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