fann_sys::fann_run [] [src]

pub unsafe extern fn fann_run(ann: *mut fann, input: *const fann_type) -> *mut fann_type

Runs 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.

See also

fann_test

This function appears in FANN >= 1.0.0.