(PECL fann >= 1.0.0)
fann_set_weight_array — 设置网络中的连接
$ann
$connections
设置网络中的连接。
只能更改权重,如果连接和权重在网络中不存在,则会忽略它们。
ann
神经网络 resource。
connections
一个 FANNConnection 对象数组
成功时返回 true,否则返回 false。
true
false