fann_get_cascade_activation_steepnesses

(PECL fann >= 1.0.0)

fann_get_cascade_activation_steepnesses返回级联激活陡度

说明

fann_get_cascade_activation_steepnesses(resource $ann): array

层级激活函数数组是一个和被候选使用的不同的数组。

参见 fann_get_cascade_num_candidates() 的描述,这个数组将会生成候选神经元。

默认的激活陡度是{0.25, 0.50, 0.75, 1.00}.

参数

ann

神经网络 资源

返回值

成功,返回级联激活陡度,错误则返回 false.

参见

add a note add a note

User Contributed Notes

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