Php/docs/function.fann-run

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

fann_run

(PECL fann >= 1.0.0)

fann_runWill run input through the neural network


説明

fann_run ( resource $ann , array $input ) : array

Will run input through the neural network, returning an array of outputs, the number of which being equal to the number of neurons in the output layer.


パラメータ

ann
ニューラルネットワークリソース。
input
Array of input values


返り値

Array of output values, or false on error