Free the memory of a component training result.
The operator clear_training_components frees the memory of a training result that was created by train_model_components. After calling clear_training_components, the training result can no longer be used. The handle ComponentTrainingID becomes invalid.
|
ComponentTrainingID (input_control) |
component_training -> integer |
| Handle of the training result. | |
If the handle of the training result is valid, the operator clear_training_components returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
clear_training_components is processed completely exclusively without parallelization.
train_model_components, write_training_components
Matching