update : 2015.11.03
php.shukuma.com

검색:
 
 
Will run input through the neural network

fann_run

(PECL fann >= 1.0.0)

fann_runWill run input through the neural network

설명

array fann_run ( resource $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