Free the memory of a component model.
The operator clear_component_model frees the memory of a component model that was created by create_component_model or create_trained_component_model. After calling clear_component_model, the model can no longer be used. The handle ComponentModelID becomes invalid.
|
ComponentModelID (input_control) |
component_model -> integer |
| Handle of the component model. | |
If the handle of the model is valid, the operator clear_component_model returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
clear_component_model is processed completely exclusively without parallelization.
create_component_model, create_trained_component_model, read_component_model, write_component_model
Matching