create_class_box
— Create a new classifier.
create_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.
create_class_box( : : : ClassifHandle)
create_class_box
creates a new adaptive classifier.
All operators which are explained
in chapter classification refer to such a initialized classifier
(of type 2).
See learn_class_box
for more details about the functionality
of the classifier.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
ClassifHandle
(output_control) class_box →
(handle)
Handle of the classifier.
create_class_box
returns 2 (H_MSG_TRUE) if the parameter is correct.
An exception is raised if a classifier with this name already
exists or there is not enough memory.
learn_class_box
,
enquire_class_box
,
write_class_box
,
close_class_box
,
clear_sampset
learn_class_box
,
enquire_class_box
,
close_class_box
Foundation