Searched refs:setAlgorithmType (Results 1 – 5 of 5) sorted by relevance
124 public void setAlgorithmType(int val) in setAlgorithmType() method in KNearest
2877 (*me)->setAlgorithmType( (int)val ); in Java_org_opencv_ml_KNearest_setAlgorithmType_10()
446 void setAlgorithmType(int val) in setAlgorithmType() function in cv::ml::KNearestImpl
423 CV_WRAP virtual void setAlgorithmType(int val) = 0;
334 knearestKdt->setAlgorithmType(KNearest::KDTREE); in run()