Php/docs/function.fann-set-weight

提供:Dev Guides
< Php
2020年12月14日 (月) 11:45時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

fann_set_weight

(PECL fann >= 1.0.0)

fann_set_weightSet a connection in the network


説明

fann_set_weight ( resource $ann , int $from_neuron , int $to_neuron , float $weight ) : bool

Set a connections in the network.


パラメータ

ann
ニューラルネットワークリソース。
from_neuron
The neuron where the connection starts
to_neuron
The neuron where the connection ends
weight
Connection weight


返り値

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