| Table of Contents / Classification / Hyperboxes | Operators |
read_sampset — Read a training data set from a file.
The training examples are accessible with the key SampKey by calling operators clear_sampset and learn_sampset_box. You may edit the file using an editor. Every row contains an array of attributes with corresponding class. An example for a format might be:
(1.0, 25.3, * , 17 | 3)
This row specifies an array of attributes which belong to class 3. In this array the third attribute is unknown. Attributes upwards 5 are supposed to be unknown, too. You may insert comments like /* .. */ in any place.
Filename of the data set to train.
Default value: 'sampset1'
Identification of the data set to train.
read_sampset returns 2 (H_MSG_TRUE). An exception is raised if it is not possible to open the file or it contains syntax errors or there is not enough memory.
test_sampset_box, enquire_class_box, write_class_box, close_class_box, clear_sampset
test_sampset_box, clear_sampset, learn_sampset_box
Foundation
| Table of Contents / Classification / Hyperboxes | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |