Herror ::test_sampset_box (
    const HTuple &ClassifHandle,
    const HTuple &SampKey,
    double *Error
)

Classify a set of arrays.

In contrast to ::learn_sampset_box there is not a learning here. Typically you use ::test_sampset_box to classify independent test data. Error gives you information about the applicability of the learned training set on new examples.


Parameters

ClassifHandle (input_control)
class_box -> HTuple.long
Classificator's handle number.

SampKey (input_control)
feature_set -> HTuple.long
Key of the test data.

Error (output_control)
real -> double *
Error during the assignment.


Result

::test_sampset_box returns H_MSG_TRUE. An exception handling is raised, if if key SampKey does not exist or problems occur while opening the file.


Possible Predecessors

::create_class_box, ::learn_class_box, ::set_class_box_param


Possible Successors

::enquire_class_box, ::learn_class_box, ::write_class_box, ::close_class_box, ::clear_sampset


See also

::enquire_class_box, ::learn_class_box, ::learn_sampset_box, ::read_sampset


Module

Tools



Copyright © 1996-2002 MVTec Software GmbH