clear_training_components ( : : ComponentTrainingID : )

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.


Parameters

ComponentTrainingID (input_control)
component_training -> integer
Handle of the training result.


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.


Parallelization Information

clear_training_components is processed completely exclusively without parallelization.


Possible Predecessors

train_model_components, write_training_components


See also

clear_all_training_components


Module

Matching



Copyright © 1996-2008 MVTec Software GmbH