Operators |
clear_dl_classifier_result — Clear the handle containing the results of the deep-learning-based classification.
clear_dl_classifier_result( : : DLClassifierResultHandle : )
clear_dl_classifier_result releases the memory used to store the deep-learning-based classification results given in DLClassifierResultHandle. After calling clear_dl_classifier_result , the results can no longer be queried. The handle DLClassifierResultHandle becomes invalid.
For an explanation of the concept of deep-learning-based classification see the introduction of chapter Deep Learning / Classification.
Handle of the deep learning classification results.
If the parameters are valid, the operator clear_dl_classifier_result returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
get_dl_classifier_result, apply_dl_classifier
Deep Learning Inference
Operators |