Php/docs/function.fann-set-weight-array

提供:Dev Guides
< Php
移動先:案内検索

fann_set_weight_array

(PECL fann >= 1.0.0)

fann_set_weight_arraySet connections in the network


説明

fann_set_weight_array ( resource $ann , array $connections ) : bool

Set connections in the network.

Only the weights can be changed, connections and weights are ignored if they do not already exist in the network.


パラメータ

ann
ニューラルネットワークリソース。
connections
An array of FANNConnection objects


返り値

成功した場合に true、それ以外の場合に false を返します。