Free the memory of all component training results.
The operator clear_all_training_components frees the memory of all training results that were created by train_model_components. After calling clear_all_training_components, no training result can be used any longer.
clear_all_training_components always returns 2 (H_MSG_TRUE).
clear_all_training_components is processed completely exclusively without parallelization.
train_model_components, write_training_components
Matching