clear_class_knnπ
Short descriptionπ
clear_class_knn β Clear a k-NN classifier.
Signatureπ
clear_class_knn( class_knn KNNHandle )
Descriptionπ
clear_class_knn clears the k-NN classifiers given in
KNNHandle. After calling
clear_class_knn, KNNHandle 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π
KNNHandle (input_control, state is modified) class_knn β (handle)
Handle of the k-NN classifier.
Resultπ
If the parameters are valid, the operator clear_class_knn
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Combinations with other operatorsπ
Referencesπ
Marius Muja, David G. Lowe: ``Fast Approximate Nearest Neighbors with Automatic Algorithm Configurationββ; International Conference on Computer Vision Theory and Applications (VISAPP 09); 2009.
Moduleπ
Foundation