pub unsafe extern "C" fn fann_destroy_train(
    train_data: *mut fann_train_data
)
Expand description

Destructs the training data and properly deallocates all of the associated data. Be sure to call this function when finished using the training data.

This function appears in FANN >= 1.0.0