Operators |
clear_training_components — Free the memory of a component training result.
clear_training_components( : : ComponentTrainingID : )
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.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.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.
train_model_components, write_training_components
Matching
Operators |