Function fann_sys::fann_shuffle_train_data[][src]

pub unsafe extern "C" fn fann_shuffle_train_data(
    train_data: *mut fann_train_data
)

Shuffles training data, randomizing the order. This is recommended for incremental training, while it has no influence during batch training.

This function appears in FANN >= 1.1.0.