void fann_train(struct fann * ann, fann_type * input, fann_type * output);
fann_train
will train one iteration with a set of inputs, and a set of desired
outputs. The training will be done by the standard backpropagation algorithm.
This function appears in FANN >= 1.0.0.