Struct fann_sys::fann_train_data [] [src]

#[repr(C)]
pub struct fann_train_data { /* fields omitted */ }

Structure used to store data, for use with training.

The data inside this structure should never be manipulated directly, but should use some of the supplied training data manipulation functions.

The training data structure is very useful for storing data during training and testing of a neural network.

See also

fann_read_train_from_file, fann_train_on_data, fann_destroy_train