©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PECL fann >= 1.0.0)
fann_run — Will run input through the neural network
$ann
, array $input
)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
Neural network resource .
input
Array of input values
Array of output values, or FALSE
on error