Home
last modified time | relevance | path

Searched refs:setTrainMethod (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/java/src/
Dml+ANN_MLP.java33 public void setTrainMethod(int method, double param1, double param2) in setTrainMethod() method in ANN_MLP
42 public void setTrainMethod(int method) in setTrainMethod() method in ANN_MLP
Dml+LogisticRegression.java128 public void setTrainMethod(int val) in setTrainMethod() method in LogisticRegression
Dml.cpp2463 (*me)->setTrainMethod( (int)val ); in Java_org_opencv_ml_LogisticRegression_setTrainMethod_10()
3481 (*me)->setTrainMethod( (int)method, (double)param1, (double)param2 ); in Java_org_opencv_ml_ANN_1MLP_setTrainMethod_10()
3502 (*me)->setTrainMethod( (int)method ); in Java_org_opencv_ml_ANN_1MLP_setTrainMethod_11()
/external/opencv3/modules/ml/test/
Dtest_lr.cpp103 p->setTrainMethod(LogisticRegression::BATCH); in run()
166 lr1->setTrainMethod(LogisticRegression::BATCH); in run()
Dtest_mltests2.cpp362 m->setTrainMethod(str_to_ann_train_method(train_method_str), param1, param2); in train()
/external/opencv3/samples/cpp/
Dlogistic_regression.cpp142 lr1->setTrainMethod(LogisticRegression::BATCH); in main()
Dpoints_classifier.cpp231 ann->setTrainMethod(ANN_MLP::BACKPROP, 0.001); in find_decision_boundary_ANN()
Dletter_recog.cpp415 model->setTrainMethod(method, method_param); in build_mlp_classifier()
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp1258 CV_WRAP virtual void setTrainMethod(int method, double param1 = 0, double param2 = 0) = 0;
1418 CV_WRAP virtual void setTrainMethod(int val) = 0;
/external/opencv3/modules/ml/src/
Dann_mlp.cpp83 setTrainMethod(ANN_MLP::RPROP, 0.1, FLT_EPSILON); in ANN_MLPImpl()
108 void setTrainMethod(int method, double param1, double param2) in setTrainMethod() function in cv::ml::ANN_MLPImpl
/external/opencv3/modules/ml/doc/
Dml_intro.markdown471 cv::ml::LogisticRegression::setTrainMethod "setTrainMethod" with either @ref