Read the classificator from a file.
read_class_box reads the saved classificator from the file FileName (see write_class_box). The values of the current classificator are overwritten.
All values of the classificator are going to be overwritten.
|
ClassifHandle (input_control) |
class_box -> integer |
| Classificator's handle number. | |
|
FileName (input_control) |
filename -> string |
| Filename of the classificators. | |
| Default value: 'klassifikator1' | |
read_class_box returns 2 (H_MSG_TRUE). An exception handling is raised if it was not possible to open file FileName or the file has the wrong format.
read_class_box is local and processed completely exclusively without parallelization.
test_sampset_box, enquire_class_box, write_class_box, close_class_box, clear_sampset
create_class_box, write_class_box
Tools