Operators |
close_class_box — Destroy the classifier.
close_class_box is obsolete and is only provided for reasons of backward compatibility. New applications should use the MLP, SVM, KNN or GMM operators instead.
close_class_box( : : ClassifHandle : )
close_class_box deletes the classifier and frees the used memory space. All the trained data will be lost. For saving this trained data you should use write_class_box before.
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 classifier.
close_class_box returns 2 (H_MSG_TRUE).
create_class_box, enquire_class_box, learn_class_box, write_class_box
create_class_box, enquire_class_box, learn_class_box
Foundation
Operators |