PHP.nl

fann_run

fann_run

Will 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``inputArray of input values

Array of output values, or false on error