create_class_box ( : : : ClassifHandle )

Create a new classificator.

create_class_box creates a new adaptive classificator. All procedures which are explained in chapter classification refer to such a initialized classificator (of type 2). See learn_class_box for more details about the functionality of the classificator.


Parameters

ClassifHandle (output_control)
class_box -> integer
Classificator's handle number.


Result

create_class_box returns 2 (H_MSG_TRUE) if the parameter is correct. An exception handling is raised if a classificator with this name already exists or there is not enough memory.


Parallelization Information

create_class_box is local and processed completely exclusively without parallelization.


Possible Successors

learn_class_box, enquire_class_box, write_class_box, close_class_box, clear_sampset


See also

learn_class_box, enquire_class_box, close_class_box


Module

Tools



Copyright © 1996-2005 MVTec Software GmbH