? fann_get_cascade_weight_multiplier
fann_get_connection_rate ?
PHP Manual
Fann 函数
获取网络中的连接。
fann_get_connection_array
(PECL fann >= 1.0.0)
fann_get_connection_array
—
获取网络中的连接。
说明
fann_get_connection_array
(
resource
$ann
) :
array
获取网络中的连接。
参数
ann
神经网络
资源
。
返回值
包含网络中所有连接的数组。
User Contributed Notes
There are no user contributed notes for this page.