fann_type * fann_run(struct fann * ann, fann_type * input);
fann_run
will run input through ann,
returning an array of outputs, the number of which being equal to the number of neurons in the output
layer.
This function appears in FANN >= 1.0.0.