Destroy the classificator.
close_class_box deletes the classificator 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.
|
ClassifHandle (input_control) |
class_box -> integer |
| Classificator's handle number. | |
close_class_box returns 2 (H_MSG_TRUE).
close_class_box is local and processed completely exclusively without parallelization.
create_class_box, enquire_class_box, learn_class_box, write_class_box
create_class_box, enquire_class_box, learn_class_box
Tools