? fann_get_activation_steepness
fann_get_bit_fail_limit ?
PHP Manual
Fann 函数
获取网络中每一层的偏差数
fann_get_bias_array
(PECL fann >= 1.0.0)
fann_get_bias_array
—
获取网络中每一层的偏差数
说明
fann_get_bias_array
(
resource
$ann
) :
array
获取网络中每一层的偏差数。
参数
ann
神经网络
资源
。
返回值
包含每一层偏差数的数组。
User Contributed Notes
There are no user contributed notes for this page.