Fann 函数
PHP Manual

fann_get_bias_array

(PECL fann >= 1.0.0)

fann_get_bias_arrayGet the number of bias in each layer in the network

说明

array fann_get_bias_array ( resource $ann )

Get the number of bias in each layer in the network.

参数

ann

Neural network resource.

返回值

An array of numbers of bias in each layer


Fann 函数
PHP Manual