fann_run
Name
fann_run -- Run (execute) an ANN.
Description
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.