Operators |
clear_class_knn — Clear a k-NN classifier.
clear_class_knn( : : KNNHandle : )
clear_class_knn clears the k-NN classifiers given in KNNHandle. After calling clear_class_knn , KNNHandle becomes invalid.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.Handle of the k-NN classifier.
If the parameters are valid, the operator clear_class_knn returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
train_class_knn, read_class_knn
Marius Muja, David G. Lowe: “Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration”; International Conference on Computer Vision Theory and Applications (VISAPP 09); 2009.
Foundation
Operators |