Creation of a new classificator.
create_classif2 initialises a new adaptive classificator. It is going to be the current classificator automatically (cf. set_classif2). All procedures which are explained in chapter classification refer to such a initialised classificator (of type 2). The name is selectable anyhow by the user.
You will find more details about the functionality of the classificator in learn_classif2.
Name (input_control) |
string -> string |
Name of the classificator. | |
Default value: 'klassifikator1' |
descript_classif2 returns TRUE if the parameter is correct. An exception handling is raised, if there exists already a classificator with this name or if there is not enough memory available.
learn_classif2, enquire_classif2, write_classif2, close_classif2, free_sampset
learn_classif2, enquire_classif2, set_classif2, get_classif2, close_classif2