clear_class_train_data🔗
Short description🔗
clear_class_train_data — Clears training data for classifiers.
Signature🔗
clear_class_train_data( class_train_data ClassTrainDataHandle )
Description🔗
clear_class_train_data clears the training data given in
ClassTrainDataHandle.
After calling clear_class_train_data, ClassTrainDataHandle
becomes invalid.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters🔗
ClassTrainDataHandle (input_control, state is modified) class_train_data → (handle)
Handle of training data for a classifier.
Result🔗
If the parameters are valid, the operator clear_class_train_data
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Combinations with other operators🔗
Module🔗
Foundation