Operators |
clear_dl_classifier_train_result — Clear the handle of a deep-learning-based classifier training result.
clear_dl_classifier_train_result( : : DLClassifierTrainResultHandle : )
clear_dl_classifier_train_result clears an arbitrary number of training result handles DLClassifierTrainResultHandle of a deep-learning-based classifier. Each of these training result handles has previously been generated using train_dl_classifier_batch. All memory allocated in the handles is freed.
For an explanation of the concept of deep-learning-based classification see the introduction of chapter Deep Learning / Classification.
Handle of the training results from the deep-learning-based classifier.
If the parameters are valid, the operator clear_dl_classifier_train_result returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
train_dl_classifier_batch, get_dl_classifier_train_result
Deep Learning Training
Operators |