Home
last modified time | relevance | path

Searched refs:setAlgorithmType (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/java/src/
Dml+KNearest.java124 public void setAlgorithmType(int val) in setAlgorithmType() method in KNearest
Dml.cpp2877 (*me)->setAlgorithmType( (int)val ); in Java_org_opencv_ml_KNearest_setAlgorithmType_10()
/external/opencv3/modules/ml/src/
Dknearest.cpp446 void setAlgorithmType(int val) in setAlgorithmType() function in cv::ml::KNearestImpl
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp423 CV_WRAP virtual void setAlgorithmType(int val) = 0;
/external/opencv3/modules/ml/test/
Dtest_emknearestkmeans.cpp334 knearestKdt->setAlgorithmType(KNearest::KDTREE); in run()